mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
tg100: There is no internal rom (empty mask variant of the h8/520, wired for mode 3 which is rom disabled)
This commit is contained in:
parent
6713ba292c
commit
2e4fbfed5e
@ -59,6 +59,7 @@ private:
|
||||
void tg100_state::tg100_map(address_map &map)
|
||||
{
|
||||
map(0x00000000, 0x0007ffff).ram(); /* gate array stuff */
|
||||
map(0x00000000, 0x000000ff).rom().region("prgrom", 0x00000);
|
||||
map(0x00080000, 0x0009ffff).rom().region("prgrom", 0x00000);
|
||||
}
|
||||
|
||||
@ -90,7 +91,6 @@ ROM_START( tg100 )
|
||||
ROM_LOAD( "xk731c0.ic4", 0x00000, 0x20000, CRC(8fb6139c) SHA1(483103a2ffc63a90a2086c597baa2b2745c3a1c2) )
|
||||
|
||||
ROM_REGION(0x4000, "maincpu", 0)
|
||||
ROM_LOAD( "hd6435208a00p.bin", 0x0000, 0x4000, NO_DUMP )
|
||||
ROM_COPY( "prgrom", 0x0000, 0x0000, 0x4000 )
|
||||
|
||||
ROM_REGION(0x200000, "ymw258", 0)
|
||||
|
Loading…
Reference in New Issue
Block a user