mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Merge pull request #4265 from hp9k/map_fix
hp9k_3xx: fix mem map for /360
This commit is contained in:
commit
93afba0a31
@ -406,7 +406,7 @@ MACHINE_CONFIG_START(hp9k3xx_state::hp9k360)
|
||||
hp9k320(config);
|
||||
|
||||
MCFG_DEVICE_REPLACE(m_maincpu, M68030, 25000000)
|
||||
MCFG_DEVICE_PROGRAM_MAP(hp9k370_map)
|
||||
MCFG_DEVICE_PROGRAM_MAP(hp9k360_map)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user