Fix build:
* spg2xx_jakks_sharp.cpp: Add missing comma between macro arguments. * hp_ipc_rom.xml: Use one tab indent per nested element level.
This commit is contained in:
parent
70f0f9cd44
commit
3126350d35
@ -5,18 +5,18 @@ license:CC0
|
|||||||
-->
|
-->
|
||||||
<softwarelist name="hp_ipc_rom" description="HP Integral PC optional ROMs">
|
<softwarelist name="hp_ipc_rom" description="HP Integral PC optional ROMs">
|
||||||
|
|
||||||
<software name="se">
|
<software name="se">
|
||||||
<description>Software Engineering ROM</description>
|
<description>Software Engineering ROM</description>
|
||||||
<year>1986</year>
|
<year>1986</year>
|
||||||
<publisher>Hewlett-Packard</publisher>
|
<publisher>Hewlett-Packard</publisher>
|
||||||
<info name="serial" value="82987A" />
|
<info name="serial" value="82987A" />
|
||||||
|
|
||||||
<part name="rom" interface="hp_ipc_rom">
|
<part name="rom" interface="hp_ipc_rom">
|
||||||
<feature name="base" value="0x200000" />
|
<feature name="base" value="0x200000" />
|
||||||
<dataarea name="rom" size="0x200000" width="16" endianness="big">
|
<dataarea name="rom" size="0x200000" width="16" endianness="big">
|
||||||
<rom name="se_rom.bin" size="0x200000" crc="58da10cf" sha1="04995e1a615a28f54392107a8ffe0e715086ce26" />
|
<rom name="se_rom.bin" size="0x200000" crc="58da10cf" sha1="04995e1a615a28f54392107a8ffe0e715086ce26" />
|
||||||
</dataarea>
|
</dataarea>
|
||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
</softwarelist>
|
</softwarelist>
|
||||||
|
@ -93,9 +93,9 @@ CONS( 2007, jsc_thom, 0, 0, base_config_pal, jak_sharp, jakks_sharp_sta
|
|||||||
CONS( 2007, jsc_spid, 0, 0, base_config, jak_sharp, jakks_sharp_state, empty_init, "JAKKS Pacific Inc / Child Guidance / Pronto Games", "The Amazing Spider-Man - Great Math Caper (Sharp Cookie) (NTSC, US)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
CONS( 2007, jsc_spid, 0, 0, base_config, jak_sharp, jakks_sharp_state, empty_init, "JAKKS Pacific Inc / Child Guidance / Pronto Games", "The Amazing Spider-Man - Great Math Caper (Sharp Cookie) (NTSC, US)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||||
|
|
||||||
// from a UK unit but still says 'Zee' instead of 'Zed' for 'Z' This does not appear to be controlled by a PAL/NTSC flag in the inputs.
|
// from a UK unit but still says 'Zee' instead of 'Zed' for 'Z' This does not appear to be controlled by a PAL/NTSC flag in the inputs.
|
||||||
CONS( 2007, jsc_gdg, 0, 0, base_config_pal, jak_sharp, jakks_sharp_state, empty_init, "JAKKS Pacific Inc / Child Guidance / Pronto Games", "Go Diego Go! - Aztec ABC Adventure (Sharp Cookie) (PAL, UK)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
CONS( 2007, jsc_gdg, 0, 0, base_config_pal, jak_sharp, jakks_sharp_state, empty_init, "JAKKS Pacific Inc / Child Guidance / Pronto Games", "Go Diego Go! - Aztec ABC Adventure (Sharp Cookie) (PAL, UK)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||||
|
|
||||||
CONS( 2007, jsc_dora 0, 0, base_config_pal, jak_sharp, jakks_sharp_state, empty_init, "JAKKS Pacific Inc / Child Guidance / Handheld Games", "Dora the Explorer - Dora Saves the Mermaids (Sharp Cookie) (PAL, UK)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
CONS( 2007, jsc_dora, 0, 0, base_config_pal, jak_sharp, jakks_sharp_state, empty_init, "JAKKS Pacific Inc / Child Guidance / Handheld Games", "Dora the Explorer - Dora Saves the Mermaids (Sharp Cookie) (PAL, UK)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
|
||||||
|
|
||||||
// Scooby-Doo! - The Pirate's Puzzles
|
// Scooby-Doo! - The Pirate's Puzzles
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user