# | Line 53 | Line 53 | static void set_memory_funcs(uint16 from | |
---|---|---|
53 | } | |
54 | } | |
55 | ||
56 | < | void CPUInit(void) |
56 | > | void CPUInit() |
57 | { | |
58 | // Set up memory access tables | |
59 | set_memory_funcs(0x0000, 0xffff, ram_read, ram_write); | |
# | Line 66 | Line 66 | void CPUInit(void) | |
66 | * Exit CPU emulation | |
67 | */ | |
68 | ||
69 | < | void CPUExit(void) |
69 | > | void CPUExit() |
70 | { | |
71 | } | |
72 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |