X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fcarthw.h;h=397dc283404958e9115faf72d789b0355c515e9f;hb=5de27868df4df82d38901a804ec6fb32eb6ab5a6;hp=70fe1bce179eded65ab8a4794e6db8b66a373fdb;hpb=017512f2823405ea2d02fa04b4c0754d7c4cba65;p=picodrive.git diff --git a/Pico/carthw/carthw.h b/Pico/carthw/carthw.h index 70fe1bc..397dc28 100644 --- a/Pico/carthw/carthw.h +++ b/Pico/carthw/carthw.h @@ -3,8 +3,8 @@ #include "svp/ssp16.h" typedef struct { - unsigned char ram[0x20000]; - // TODO: IRAM? + unsigned char iram_rom[0x20000]; // IRAM (0-0x7ff) and program ROM (0x800-0x1ffff) + unsigned char dram[0x20000]; ssp1601_t ssp1601; } svp_t;