mirror of
https://github.com/holub/mame
synced 2025-10-09 09:44:40 +03:00
uploaded the romset
This commit is contained in:
parent
07e89e1e6f
commit
f111864a90
@ -23,12 +23,12 @@ const device_type AMI_S2150 = &device_creator<amis2150_device>;
|
||||
|
||||
// internal memory maps
|
||||
static ADDRESS_MAP_START(program_1k, AS_PROGRAM, 8, amis2000_device)
|
||||
AM_RANGE(0x000, 0x3ff) AM_ROM
|
||||
AM_RANGE(0x0000, 0x03ff) AM_ROM AM_MIRROR(0x1c00)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
static ADDRESS_MAP_START(program_1_5k, AS_PROGRAM, 8, amis2000_device)
|
||||
AM_RANGE(0x000, 0x3ff) AM_ROM
|
||||
AM_RANGE(0x400, 0x5ff) AM_ROM AM_MIRROR(0x200)
|
||||
AM_RANGE(0x0000, 0x03ff) AM_ROM AM_MIRROR(0x1800)
|
||||
AM_RANGE(0x0400, 0x05ff) AM_ROM AM_MIRROR(0x1a00)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
||||
|
@ -91,7 +91,7 @@ MACHINE_CONFIG_END
|
||||
|
||||
ROM_START( wildfire )
|
||||
ROM_REGION( 0x0600, "maincpu", 0 )
|
||||
ROM_LOAD( "us4341385", 0x0000, 0x0600, CRC(46877cef) SHA1(fc84c893cf0bdb12a5a002b921ce3120263e0081) ) // from patent US4334679, data should be correct (it included checksums)
|
||||
ROM_LOAD( "us4341385", 0x0000, 0x0600, CRC(84ac0f1f) SHA1(1e00ddd402acfc2cc267c34eed4b89d863e2144f) ) // from patent US4334679, data should be correct (it included checksums)
|
||||
ROM_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user