diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 09:21:34 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 09:21:34 +0100 |
| commit | 3738e41d2db8c058c684ab602309c98464d8e6f6 (patch) | |
| tree | af37740c7c3670ca9b40d94540a9f3cfa018e90c /src/main.c | |
| parent | 64917e3504c32f09a503675f3e43a362508725de (diff) | |
Minor changes
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include "vcpu.h" #include <stdio.h> -#define ROM "../roms/chip8-test-suite/6-keypad.ch8" +#define ROM "../roms/chip8-test-suite/5-quirks.ch8" //#define ROM "../roms/games/pong_1player.ch8" int main(int argc, char *argv[]) |
