| 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 |
| r243570 | r243571 | |
|---|---|---|
| 13 | 13 | - unemulated opcodes (need more testing material) |
| 14 | 14 | - is K/I input handling correct? |
| 15 | 15 | - support external program map |
| 16 | - STATUS pin(wildfire.c sound?) | |
| 17 | 16 | - add 50/60hz timer |
| 18 | 17 | - add S2200/S2400 |
| 19 | 18 |
| r243570 | r243571 | |
|---|---|---|
| 164 | 164 | WRITE16_MEMBER(wildfire_state::write_a) |
| 165 | 165 | { |
| 166 | 166 | // A12: enable speaker out |
| 167 | // this is in combination with the | |
| 167 | // this is in combination with the MCU K4-pin, how? | |
| 168 | 168 | m_speaker->level_w(data >> 12 & 1); |
| 169 | 169 | |
| 170 | 170 | // A0-A2: select 7segleds |
| https://github.com/mamedev/mame/commit/7855b2d6e482cbdc11ae2ad6241f8856d87bafc8 |
| Previous | 199869 Revisions | Next |