mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
note
This commit is contained in:
parent
18279c1b03
commit
7855b2d6e4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user