[nostalgia/core] Make sprite functions take core::Context argument

This commit is contained in:
2020-07-29 00:04:21 -05:00
parent 579b328212
commit 803b90d54c
5 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
/////////////////////////////////////////////////////////////////
// Interrupt Handler
using interrupt_handler = void (*)(void);
using interrupt_handler = void (*)();
#define REG_ISR *reinterpret_cast<interrupt_handler*>(0x03007FFC)
#define REG_IE *reinterpret_cast<volatile uint16_t*>(0x04000200)
#define REG_IF *reinterpret_cast<volatile uint16_t*>(0x04000202)