[nostalgia/core] Fix incorrect bit_cast uses
This commit is contained in:
@@ -85,7 +85,7 @@ typedef uint16_t BgMapTile[1024];
|
||||
#define MEM_BG_TILES reinterpret_cast<BgMapTile*>(0x06000000)
|
||||
#define MEM_BG_MAP reinterpret_cast<BgMapTile*>(0x0600e000)
|
||||
|
||||
#define MEM_SPRITE_TILES reinterpret_cast<uint8_t*>(0x06010000)
|
||||
#define MEM_SPRITE_TILES reinterpret_cast<uint16_t*>(0x06010000)
|
||||
#define MEM_OAM reinterpret_cast<uint64_t*>(0x07000000)
|
||||
|
||||
#define MEM_ROM reinterpret_cast<char*>(0x08000000)
|
||||
|
||||
Reference in New Issue
Block a user