mirror of
https://github.com/vivier/EMILE.git
synced 2026-04-20 09:17:16 +00:00
ROMBase is a pointer to a pointer of short
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
|
||||
#define VIA1Base (*(unsigned long*)0x01D4)
|
||||
#define SCCRd (*(unsigned long*)0x01d8)
|
||||
#define ROMBase (*(unsigned long*)0x02ae)
|
||||
#define ROMBase (*(short**)0x02ae)
|
||||
#define HWCfgFlags (*(unsigned long*)0x0B22)
|
||||
#define SCSIBase (*(unsigned long*)0x0C00)
|
||||
#define ASCBase (*(unsigned long*)0x0CC0)
|
||||
|
||||
Reference in New Issue
Block a user