LD, LDH, WRAM, and HRAM
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include <cart.h>
|
||||
#include <common.h>
|
||||
|
||||
typedef struct {
|
||||
char filename[1024];
|
||||
@ -182,6 +183,6 @@ u8 cart_read(u16 address){
|
||||
}
|
||||
|
||||
void cart_write(u16 address, u8 value){
|
||||
|
||||
NO_IMPL
|
||||
printf("UNSUPPORTED cart_write(%04X)\n");
|
||||
//NO_IMPL
|
||||
}
|
Reference in New Issue
Block a user