Ignore writes to C030 / SPKR

This commit is contained in:
Stefan Arentz 2016-12-11 09:45:32 -07:00
parent ed84cb7081
commit 7be7c2eff9

4
a2p.c
View File

@ -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;