Taking a break from nes core

Co-authored-by: decrazyo <decrazyo@users.noreply.github.com>
This commit is contained in:
roeming
2025-05-29 15:29:50 -04:00
parent eeeb188808
commit 3e5b82663f
2 changed files with 45 additions and 26 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ typedef struct ksNesCommonWorkPriv {
/* 0x0800 */ u8 _0800[0x340];
/* 0x0B40 */ u8* _0B40[0x7c0];
/* 0x2A40 */ u8 _2A40[0x800];
/* 0x3240 */ u8 _3240[0x5cd8];
/* 0x3240 */ u8 _3240[0x5c00];
/* 0x8E40 */ u8 _8E40[0x80];
/* 0x8EC0 */ u8 _8EC0[0x58];
} ksNesCommonWorkPriv;
typedef struct ksNesCommonWorkObj {