mirror of
https://github.com/st3fan/ewm.git
synced 2025-01-07 04:29:33 +00:00
Ignore writes to C030 / SPKR
This commit is contained in:
parent
ed84cb7081
commit
7be7c2eff9
4
a2p.c
4
a2p.c
@ -148,6 +148,10 @@ void a2p_iom_write(struct cpu_t *cpu, struct mem_t *mem, uint16_t addr, uint8_t
|
||||
a2p->key &= 0x7f;
|
||||
break;
|
||||
|
||||
case EWM_A2P_SS_SPKR:
|
||||
// TODO Implement speaker support
|
||||
break;
|
||||
|
||||
case EWM_A2P_SS_SCREEN_MODE_GRAPHICS:
|
||||
a2p->screen_mode = EWM_A2P_SCREEN_MODE_GRAPHICS;
|
||||
a2p->screen_dirty = true;
|
||||
|
Loading…
Reference in New Issue
Block a user