mirror of
https://github.com/st3fan/ewm.git
synced 2025-08-15 11:27:26 +00:00
Fixes #84 - Unexpected write at $C000
This commit is contained in:
@@ -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;
|
struct ewm_two_t *two = (struct ewm_two_t*) mem->obj;
|
||||||
//printf("ewm_two_iom_write(%x)\n", addr);
|
//printf("ewm_two_iom_write(%x)\n", addr);
|
||||||
switch (addr) {
|
switch (addr) {
|
||||||
|
case EWM_A2P_SS_KBD:
|
||||||
|
// Ignore - This is CLR80STORE on the IIe
|
||||||
|
break;
|
||||||
|
|
||||||
case EWM_A2P_SS_KBDSTRB:
|
case EWM_A2P_SS_KBDSTRB:
|
||||||
two->key &= 0x7f;
|
two->key &= 0x7f;
|
||||||
|
Reference in New Issue
Block a user