summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/amis2000/amis2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/amis2000/amis2000.c')
-rw-r--r--src/emu/cpu/amis2000/amis2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/amis2000/amis2000.c b/src/emu/cpu/amis2000/amis2000.c
index bdc32c9c597..52f997f8c5e 100644
--- a/src/emu/cpu/amis2000/amis2000.c
+++ b/src/emu/cpu/amis2000/amis2000.c
@@ -11,6 +11,7 @@
TODO:
- unemulated opcodes (need more testing material)
+ - is K/I input handling correct?
- support external program map
- STATUS pin(wildfire.c sound?)
- add 50/60hz timer
@@ -212,7 +213,6 @@ void amis2000_device::device_reset()
m_d_polarity = 0;
m_d = 0; d_latch_out(false);
m_a = 0; m_write_a(0, 0, 0xffff);
- m_ki_mask = 0xf;
}