mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
srcclean (nw)
This commit is contained in:
parent
482cb17d57
commit
655bfff256
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||||
<softwarelist name="gba" description="Nintendo Game Boy Advance cartridges">
|
<softwarelist name="gba" description="Nintendo Game Boy Advance cartridges">
|
||||||
|
|
||||||
@ -30516,8 +30516,8 @@
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
<!-- This comes from a proto cart: it is mostly similar to the final release, with single byte differences
|
<!-- This comes from a proto cart: it is mostly similar to the final release, with single byte differences
|
||||||
The cart also contained a non-empty SRAM save which we currently include in the set, even if we don't load it. -->
|
The cart also contained a non-empty SRAM save which we currently include in the set, even if we don't load it. -->
|
||||||
<software name="sonicup" cloneof="sonic" supported="partial">
|
<software name="sonicup" cloneof="sonic" supported="partial">
|
||||||
<description>Sonic Advance (USA, Prototype)</description>
|
<description>Sonic Advance (USA, Prototype)</description>
|
||||||
<year>2002</year>
|
<year>2002</year>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -122,7 +122,7 @@ const axc51core_disassembler::mem_info axc51core_disassembler::axc51core_names[]
|
|||||||
{ 0xE7, "ER01" }, // ER01 /
|
{ 0xE7, "ER01" }, // ER01 /
|
||||||
{ 0xE8, "ER10" }, // ER10 \- ER1 (16-bit)
|
{ 0xE8, "ER10" }, // ER10 \- ER1 (16-bit)
|
||||||
{ 0xE9, "ER11" }, // ER11 /
|
{ 0xE9, "ER11" }, // ER11 /
|
||||||
{ 0XEA, "ER20" }, // ER20 \- ER2 (16-bit)
|
{ 0xEA, "ER20" }, // ER20 \- ER2 (16-bit)
|
||||||
{ 0xEB, "ER21" }, // ER21 /
|
{ 0xEB, "ER21" }, // ER21 /
|
||||||
{ 0xEC, "ER30" }, // ER30 \- ER3 (16-bit)
|
{ 0xEC, "ER30" }, // ER30 \- ER3 (16-bit)
|
||||||
{ 0xED, "ER31" }, // ER31 /
|
{ 0xED, "ER31" }, // ER31 /
|
||||||
|
Loading…
Reference in New Issue
Block a user