]> git.sesse.net Git - pistorm/commitdiff
Fix shift+R reset sometimes not working, update RTG readme
authorbeeanyew <beeanyew@gmail.com>
Sun, 11 Apr 2021 09:42:46 +0000 (11:42 +0200)
committerbeeanyew <beeanyew@gmail.com>
Sun, 11 Apr 2021 09:42:46 +0000 (11:42 +0200)
emulator.c
platforms/amiga/rtg/readme.md

index fec99a82e3c4248b74f230e0252eb2bfd04d4df9..214d310e7c728e1bb260624249f9fa0536d4a458 100644 (file)
@@ -558,7 +558,7 @@ void cpu_pulse_reset(void) {
   if (cfg->platform->handle_reset)
     cfg->platform->handle_reset(cfg);
 
-  m68k_write_memory_16(INTENA, 0x7FFF);
+  //m68k_write_memory_16(INTENA, 0x7FFF);
   ovl = 1;
   m68k_write_memory_8(0xbfe201, 0x0001);  // AMIGA OVL
   m68k_write_memory_8(0xbfe001, 0x0001);  // AMIGA OVL high (ROM@0x0)
index bb03ef8d020edb1e2f5254cd8a94f51fbab640b7..c57a3ac713d6f4eb80c1fe9d58786873ce5211b6 100644 (file)
@@ -18,6 +18,6 @@ Setup for PiGFX/PiStorm RTG is not entirely straightforward, unlike PiSCSI some
 * Select any graphics driver you want from the list of available ones in the installer, you will need to edit the tooltypes for the Monitor file it installs to load the PiGFX driver instead, something like the Picasso IV or CyberVision 64/3D is recommended for the other tooltypes to match up.
 * Grab `pigfx020.card` from the `rtg_driver_amiga` directory and copy it to the drawer `LIBS:Picasso96` on the Amiga.
 * Edit the tooltypes for Monitor file you installed to load `pigfx020.card` instead, this will initialize the PiGFX driver on boot. You can also move the Monitor file out of the `DEVS:Monitors` driver and double click it from elsewhere to load the driver manually if so desired.
-* Once you've rebooted and loaded the PiGFX driver, launch `Picasso96Settings` from the `Prefs` drawer on your system volume, select `PiStorm RTG` from the list of boards and add the resolutions you want/need to the list.
+* Once you've rebooted and loaded the PiGFX driver, launch `Picasso96Mode` from the `Prefs` drawer on your system volume, select `PiStorm RTG` from the list of boards and add the resolutions you want/need to the list.
 * Open `ScreenMode` in the `Prefs` drawer on your system volume and select the video mode you want, or launch an RTG game/application.
 * Enjoy! (Maybe... if it works...)