diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-29 20:19:28 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-29 20:19:28 +0200 |
commit | 54b6ca70a74b3beb1331fd0b0bed28c665ed1f4d (patch) | |
tree | 0ee401a0e3dd36be7719f738df3175fb7d8fd01e /src/ppusim | |
parent | 9f38ab7fd66698c43b78b508eebc85730ba114b8 (diff) |
more debugging WIP
Diffstat (limited to 'src/ppusim')
-rw-r--r-- | src/ppusim/sim.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ppusim/sim.c b/src/ppusim/sim.c index a5fec45..be5fbeb 100644 --- a/src/ppusim/sim.c +++ b/src/ppusim/sim.c @@ -25,7 +25,6 @@ void hh_ppu_init() { g_hh_ppusim_vram = malloc(sizeof(hh_ppu_data_t) * 0xffff); memset(g_hh_ppusim_vram, 0x0000, 0xffff); - hh_ppu_load_tilemap(); } void hh_ppu_load_tilemap() { |