diff options
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ use GameBoy\Core; use GameBoy\Keyboard; use GameBoy\Settings; -$rom = base64_decode(file_get_contents('drmario.rom')); +$rom = base64_decode(file_get_contents('pokemon.rom')); $core = new Core($rom); $keyboard = new Keyboard($core); |