mirror of
https://github.com/cahirwpz/libnix.git
synced 2026-09-11 19:26:17 +00:00
8 lines
180 B
C
8 lines
180 B
C
#include "stabs.h"
|
|
|
|
ABSDEF(AbsExecBase,0x00000004);
|
|
ABSDEF(cartridge, 0x00f00000);
|
|
ABSDEF(bootrom, 0x00f80000);
|
|
ABSDEF(romstart, 0x00fc0000);
|
|
ABSDEF(romend, 0x00ffffff);
|