From 7855b2d6e482cbdc11ae2ad6241f8856d87bafc8 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 16 Feb 2015 02:39:32 +0100 Subject: note --- src/emu/cpu/amis2000/amis2000.c | 1 - src/mess/drivers/wildfire.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/emu/cpu/amis2000/amis2000.c b/src/emu/cpu/amis2000/amis2000.c index 52f997f8c5e..32562bb5e50 100644 --- a/src/emu/cpu/amis2000/amis2000.c +++ b/src/emu/cpu/amis2000/amis2000.c @@ -13,7 +13,6 @@ - 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 - add S2200/S2400 diff --git a/src/mess/drivers/wildfire.c b/src/mess/drivers/wildfire.c index 1ffc4815330..c1fd9b54bcd 100644 --- a/src/mess/drivers/wildfire.c +++ b/src/mess/drivers/wildfire.c @@ -164,7 +164,7 @@ WRITE8_MEMBER(wildfire_state::write_d) WRITE16_MEMBER(wildfire_state::write_a) { // A12: enable speaker out - // this is in combination with the (not yet emulated) MCU F-pin + // this is in combination with the MCU K4-pin, how? m_speaker->level_w(data >> 12 & 1); // A0-A2: select 7segleds -- cgit v1.2.3