Previous 199869 Revisions Next

r35059 Monday 16th February, 2015 at 01:39:32 UTC by hap
note
[src/emu/cpu/amis2000]amis2000.c
[src/mess/drivers]wildfire.c

trunk/src/emu/cpu/amis2000/amis2000.c
r243570r243571
1313  - unemulated opcodes (need more testing material)
1414  - is K/I input handling correct?
1515  - support external program map
16  - STATUS pin(wildfire.c sound?)
1716  - add 50/60hz timer
1817  - add S2200/S2400
1918
trunk/src/mess/drivers/wildfire.c
r243570r243571
164164WRITE16_MEMBER(wildfire_state::write_a)
165165{
166166   // A12: enable speaker out
167   // this is in combination with the (not yet emulated) MCU F-pin
167   // this is in combination with the MCU K4-pin, how?
168168   m_speaker->level_w(data >> 12 & 1);
169169
170170   // A0-A2: select 7segleds


Previous 199869 Revisions Next


© 1997-2024 The MAME Team