summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-09-03 13:09:48 +0200
committer hap <happppp@users.noreply.github.com>2021-09-03 13:10:05 +0200
commit3ba31270ab7b1f1ac3fdc510ed6eeeff1afa8150 (patch)
treefc607ab126a3f86c1943972f4b114f4bd4307011 /src/mame/includes
parent44d514aa702d38b83966a21ad30528dd89cc8e36 (diff)
n8080: correct highsplt gamename
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/n8080.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/n8080.h b/src/mame/includes/n8080.h
index c99f2f8a2d3..572f0cd187a 100644
--- a/src/mame/includes/n8080.h
+++ b/src/mame/includes/n8080.h
@@ -58,7 +58,7 @@ protected:
int m_inte;
/* devices */
- required_device<i8080_cpu_device> m_maincpu;
+ required_device<i8080a_cpu_device> m_maincpu;
required_device<i8035_device> m_audiocpu;
optional_device<dac_bit_interface> m_n8080_dac;
optional_device<sn76477_device> m_sn;