Merge pull request #4265 from hp9k/map_fix

hp9k_3xx: fix mem map for /360
This commit is contained in:
R. Belmont 2018-11-06 16:14:32 -05:00 committed by GitHub
commit 93afba0a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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