mirror of
https://github.com/st3fan/ewm.git
synced 2025-01-03 09:29:45 +00:00
Fixes #84 - Unexpected write at $C000
This commit is contained in:
parent
ccfa250823
commit
71bbe91ac3
@ -193,6 +193,9 @@ static void ewm_two_iom_write(struct cpu_t *cpu, struct mem_t *mem, uint16_t add
|
||||
struct ewm_two_t *two = (struct ewm_two_t*) mem->obj;
|
||||
//printf("ewm_two_iom_write(%x)\n", addr);
|
||||
switch (addr) {
|
||||
case EWM_A2P_SS_KBD:
|
||||
// Ignore - This is CLR80STORE on the IIe
|
||||
break;
|
||||
|
||||
case EWM_A2P_SS_KBDSTRB:
|
||||
two->key &= 0x7f;
|
||||
|
Loading…
Reference in New Issue
Block a user