summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meyc8080.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-09-16 12:31:07 +0200
committer hap <happppp@users.noreply.github.com>2018-09-16 12:31:07 +0200
commitce3deb056d83a8f20b0e7a6389e4f409fdf35a2f (patch)
tree33446bc2757852f35da31d820513950310548283 /src/mame/drivers/meyc8080.cpp
parent3120bf123f5024a0343f2c1b28067034cb69ceb3 (diff)
video21: realized we have a I8080A device, though in mame it's identical to I8080 (nw)
Diffstat (limited to 'src/mame/drivers/meyc8080.cpp')
-rw-r--r--src/mame/drivers/meyc8080.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/meyc8080.cpp b/src/mame/drivers/meyc8080.cpp
index 3cbceeb37b6..eef08d8ddbf 100644
--- a/src/mame/drivers/meyc8080.cpp
+++ b/src/mame/drivers/meyc8080.cpp
@@ -591,7 +591,7 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(meyc8080_state::meyc8080)
/* basic machine hardware */
- MCFG_DEVICE_ADD("maincpu", I8080, XTAL(20'000'000) / 10) // divider guessed
+ MCFG_DEVICE_ADD("maincpu", I8080A, XTAL(20'000'000) / 10) // divider guessed
MCFG_DEVICE_PROGRAM_MAP(meyc8080_map)
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);