MAMEWorld >> EmuChat
View all threads Index   Flat Mode Flat  

Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM
Re: CHDMan Bug in MAME 0.147u3 (Minor)
12/07/12 08:01 AM


> Submitted bug report.
>
> http://www.mametesters.org/view.php?id=5079
>
> Sorry for the misunderstanding.
>
> Edit: Hope I filed the bug report right.

Looking at the chdman.c in the svn source. writeable on there. So yes it not spelled right. I don't think it even matter to them as long it works.


Code:


static void parse_input_chd_parameters(const parameters_t ¶ms, chd_file &input_chd, chd_file &input_parent_chd, bool writeable = false)
{
// process input parent file
astring *input_chd_parent_str = params.find(OPTION_INPUT_PARENT);
if (input_chd_parent_str != NULL)
{
chd_error err = input_parent_chd.open(*input_chd_parent_str);
if (err != CHDERR_NONE)
report_error(1, "Error opening parent CHD file (%s): %s", input_chd_parent_str->cstr(), chd_file::error_string(err));
}

// process input file
astring *input_chd_str = params.find(OPTION_INPUT);
if (input_chd_str != NULL)
{
chd_error err = input_chd.open(*input_chd_str, writeable, input_parent_chd.opened() ? &input_parent_chd : NULL);
if (err != CHDERR_NONE)
report_error(1, "Error opening CHD file (%s): %s", input_chd_str->cstr(), chd_file::error_string(err));
}
}




W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB







Entire thread
Subject Posted by Posted on
* CHDMan Bug in MAME 0.147u3 (Minor) KingTut 12/07/12 03:17 AM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) R. Belmont  12/07/12 06:44 PM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) KingTut  12/07/12 08:32 PM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) R. Belmont  12/07/12 09:46 PM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) B2K24  12/07/12 03:47 AM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) KingTut  12/07/12 03:54 AM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) R. Belmont  12/07/12 05:58 AM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) TafoidAdministrator  12/07/12 06:29 AM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) R. Belmont  12/07/12 03:38 PM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) KingTut  12/07/12 07:04 AM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) Dullaron  12/07/12 08:01 AM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) mw  12/07/12 02:56 PM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) redk9258  12/07/12 01:07 PM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) krick  12/07/12 07:04 AM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) KingTut  12/07/12 06:19 AM
. * Re: CHDMan Bug in MAME 0.147u3 (Minor) B2K24  12/07/12 04:48 AM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 258 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3539