aboutsummaryrefslogtreecommitdiff
path: root/src/ppusim/sim.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-22 19:58:15 +0100
committerlonkaars <loek@pipeframe.xyz>2023-03-22 19:58:15 +0100
commitf4295898e04de8ef2878aac1774dc7ccda501317 (patch)
treef0d16d2cbf693c53caa4265c8f9d20b12372b358 /src/ppusim/sim.h
parent1bb8b7eda56de815bcfc9c6f8b07df399cf400a0 (diff)
load static/tilemap.bin in ppusim
Diffstat (limited to 'src/ppusim/sim.h')
-rw-r--r--src/ppusim/sim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ppusim/sim.h b/src/ppusim/sim.h
index 4d1d718..218d61d 100644
--- a/src/ppusim/sim.h
+++ b/src/ppusim/sim.h
@@ -5,5 +5,5 @@
/** @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?
+/** @brief load static/tilemap.bin into memory */
+void hh_ppusim_load_tilemap();