-
Notifications
You must be signed in to change notification settings - Fork 2
memory map of the es40
neozeed edited this page Jun 18, 2023
·
2 revisions
here is what little I know:
(es40.c)
#define LFU_LOAD_ADDR 0x900000
#define LFU_MEM_SIZE 0x1000000
#define LFU_RAM_OFFSET 0x400000
Flash is 2M
#define SRM_SIZE 0x200000
tigbus_read, tigbus_write
0x80130000000ULL, 0x0002000
tigbus_dpram_write, dpram
0x80110000000ULL, 0x0100000
flash_read, flash_write
0x80100000000ULL, 0x8000000
isa vga
isa_mem_base + 0xc0000, 0x10000
dram
cpu_register_physical_memory(0, ram_size, ram_offset);