diff --git a/src/router.php b/src/router.php index 4b93ec8..2b01aa9 100644 --- a/src/router.php +++ b/src/router.php @@ -1,13 +1,6 @@ 'web/pages/home.php', - '/about' => 'web/pages/about.php', + '/sim' => 'web/pages/sim.php', ]; $base = realpath(ROOT . '/web/pages'); diff --git a/web/pages/sim.php b/web/pages/sim.php new file mode 100644 index 0000000..05d365c --- /dev/null +++ b/web/pages/sim.php @@ -0,0 +1,95 @@ + + + + +
Click inside the simulator to focus it, click outside to release focus.
+Keypad is mapped to 1234 / QWER / ASDF / ZXCV.
+A CHIP-8 emulator built in Odin and Raylib as a refresher project.
+ +Functional Work in progress, not perfect.
+Planned new features when time allows:
+Instruction Quirks with gui to toggle on/off
+Super Chip8 implementation
+ View source on Gitea → +