index
:
project-arcade
apu
dev
master
poc-arbitrary-rom-stm32
ppu
ppu-stm-integration-demo
survival
tilemap-build-system
22-23 b07 proj09: arcade game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ds.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/ds.c')
-rw-r--r--
src/ds.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ds.c b/src/ds.c
index 71c595a..570fb61 100644
--- a/
src/ds.c
+++ b/
src/ds.c
@@ -4,7 +4,7 @@
void hh_setup() {
hh_ppu_init();
- // hh_demo_setup();
+ hh_demo_setup();
}
void hh_exit() {