diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-10 14:23:05 +0100 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-10 14:26:02 +0100 |
commit | e3e0feb56340a72545b6fd38f22e134cf2e3509a (patch) | |
tree | c9de5ee7959a91848c9d8d064febbdfeeb584bbe /src/ppusim/sim.h | |
parent | 19737533abb3eeb90c97691618336b5cead14656 (diff) |
fixed code styles
Diffstat (limited to 'src/ppusim/sim.h')
-rw-r--r-- | src/ppusim/sim.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ppusim/sim.h b/src/ppusim/sim.h index 73f4b23..4d1d718 100644 --- a/src/ppusim/sim.h +++ b/src/ppusim/sim.h @@ -4,3 +4,6 @@ #define HH_PPUSIM_UPSCALE_FACTOR 3 /** @brief max framerate for PPUSIM */ #define HH_PPUSIM_FRAMERATE 60 + +/** @brief pump tilemap from rom to ppu ram */ +void hh_ppu_load_tilemap(); //ppu sim? |