mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 00:30:17 +00:00
Fix spelling
This commit is contained in:
parent
ced54a4789
commit
6ea4c751d5
@ -45,7 +45,7 @@ inline u8 DecClamp8( u8 x )
|
||||
int g_aMemoryAccess[ 65536 ]; // TODO: Change to <stdint.h> int32_t
|
||||
u8 *g_pRead = 0;
|
||||
u8 *g_pWrite = 0;
|
||||
u8 *g_pExeec = 0;
|
||||
u8 *g_pExec = 0;
|
||||
|
||||
#undef READ
|
||||
#define READ ReadByte( addr, uExecutedCycles )
|
||||
|
Loading…
Reference in New Issue
Block a user