mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Small fixes:
* megadriv.xml, msx2_flop.xml: Fixed trailing spaces in attributes. * act/victor9k.cpp, poly88/poly88.cpp: Marked things using the MC6852 as lacking save state support as the device doesn't save its state properly.
This commit is contained in:
parent
c5710c7cc5
commit
c711f95bbf
@ -10067,7 +10067,7 @@ https://tcrf.net/World_Championship_Soccer_(Genesis)
|
||||
<info name="serial" value="T-119146-00" />
|
||||
<part name="cart" interface="megadriv_cart">
|
||||
<dataarea name="rom" width="16" endianness="big" size="2097152">
|
||||
<rom name="7500-00030a.ic1 " size="2097152" crc="23f603f5" sha1="d6d9733a619ba6be0dd76591d8dec621e4fdc17e" />
|
||||
<rom name="7500-00030a.ic1" size="2097152" crc="23f603f5" sha1="d6d9733a619ba6be0dd76591d8dec621e4fdc17e" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
@ -10109,7 +10109,7 @@ https://tcrf.net/World_Championship_Soccer_(Genesis)
|
||||
<info name="serial" value="T-119146-00" />
|
||||
<part name="cart" interface="megadriv_cart">
|
||||
<dataarea name="rom" width="16" endianness="big" size="2097152">
|
||||
<rom name="Zero Tolerance (Germany) (En).bin " size="2097152" crc="6fb49ff8" sha1="c2ea98f595cb477495a9d326ff25d91f3dbfa90b" />
|
||||
<rom name="Zero Tolerance (Germany) (En).bin" size="2097152" crc="6fb49ff8" sha1="c2ea98f595cb477495a9d326ff25d91f3dbfa90b" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
@ -19209,7 +19209,7 @@ HOMEBREW
|
||||
<description>ASO Remake (UK?)</description>
|
||||
<year>2012</year>
|
||||
<publisher><homebrew></publisher>
|
||||
<info name="developer" value="sharksym " />
|
||||
<info name="developer" value="sharksym" />
|
||||
<part name="flop1" interface="floppy_3_5">
|
||||
<dataarea name="flop" size="737280">
|
||||
<rom name="aso_remake_20120205.dsk" size="737280" crc="63505503" sha1="01a2285990d33a927c266812097139a4a443b10d"/>
|
||||
|
@ -866,4 +866,4 @@ ROM_END
|
||||
//**************************************************************************
|
||||
|
||||
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||
COMP( 1982, victor9k, 0, 0, victor9k, victor9k, victor9k_state, empty_init, "Victor Business Products", "Victor 9000", MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 1982, victor9k, 0, 0, victor9k, victor9k, victor9k_state, empty_init, "Victor Business Products", "Victor 9000", MACHINE_IMPERFECT_COLORS )
|
||||
|
@ -221,5 +221,5 @@ ROM_END
|
||||
/* Driver */
|
||||
|
||||
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||
COMP( 1976, poly88, 0, 0, poly88, poly88, poly88_state, empty_init, "PolyMorphic Systems", "Poly-88", MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 1977, poly8813, poly88, 0, poly8813, poly88, poly88_state, empty_init, "PolyMorphic Systems", "Poly-8813", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE )
|
||||
COMP( 1976, poly88, 0, 0, poly88, poly88, poly88_state, empty_init, "PolyMorphic Systems", "Poly-88", 0 )
|
||||
COMP( 1977, poly8813, poly88, 0, poly8813, poly88, poly88_state, empty_init, "PolyMorphic Systems", "Poly-8813", MACHINE_NOT_WORKING )
|
||||
|
Loading…
Reference in New Issue
Block a user