mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
let's make cmpro happier. nw.
This commit is contained in:
parent
bccaf0aaf3
commit
39f4848fa8
@ -3098,7 +3098,7 @@
|
||||
<publisher>Telegames</publisher>
|
||||
<part name="cart" interface="coleco_cart">
|
||||
<dataarea name="rom" size="16384">
|
||||
<rom name="skiing.1" size="8192" crc="4e1fb1c7" sha1="fee25408f8ef3107497fb88361689d4b4151897b" offset="0x0000" />
|
||||
<rom name="skiinga.1" size="8192" crc="4e1fb1c7" sha1="fee25408f8ef3107497fb88361689d4b4151897b" offset="0x0000" />
|
||||
<rom name="skiing.2" size="8192" crc="b4293435" sha1="5e2b96c19c4f5c63a5afa2de504d29fe64a4c908" offset="0x2000" /> <!-- All FF bytes -->
|
||||
</dataarea>
|
||||
</part>
|
||||
|
@ -49,7 +49,7 @@ a800_rom_bbsb_device::a800_rom_bbsb_device(const machine_config &mconfig, const
|
||||
|
||||
|
||||
xegs_rom_device::xegs_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||
: a800_rom_device(mconfig, XEGS_ROM, "Atari XEGS 64K ROM Carts", tag, owner, clock, "xegs", __FILE__)
|
||||
: a800_rom_device(mconfig, XEGS_ROM, "Atari XEGS 64K ROM Carts", tag, owner, clock, "a800_xegs", __FILE__)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user