diff options
Diffstat (limited to 'luma/src/luma_ldRom.c')
-rw-r--r-- | luma/src/luma_ldRom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luma/src/luma_ldRom.c b/luma/src/luma_ldRom.c index 8a93cda..88c0a13 100644 --- a/luma/src/luma_ldRom.c +++ b/luma/src/luma_ldRom.c @@ -22,7 +22,7 @@ #include <inttypes.h> #include <stdio.h> -void luma_ldRom(char const * const restrict _file,luma_byte const _num,luma_ptr const _addr) { +void luma_ldRom(char const * const restrict _file,luma_byte const _num,luma_dbl const _addr) { (void)_num; luma_log("Loading bank %" PRIX8 " of ROM file \"%s\" into address space at %" PRIX16 "\n",_num,_file,_addr); FILE * file = fopen(_file,"r"); |