moa/src
transistor 4ca0c9b625 Fixed bug in genesis controllers with incorrect counter
The TH counter in the genesis controller code was increasing each
time the TH bit changed state instead of only in one direction.
Surprisingly it worked before, and fixing it made it not work in
Sonic 2, but after adding the 1.5ms timer to reset the TH counter,
it worked again.  I guess Sonic2 only reads the 3 buttons instead
of all 6.  It should now work with both 3 and 6 button games
2021-12-20 20:08:11 -08:00
..
cpus Fixed debugger to easier debug one cpu at a time 2021-12-20 19:53:12 -08:00
host Cleaned up warnings 2021-12-13 12:00:24 -08:00
machines Cleaned up warnings 2021-12-13 12:00:24 -08:00
peripherals Fixed bug in genesis controllers with incorrect counter 2021-12-20 20:08:11 -08:00
debugger.rs Fixed debugger to easier debug one cpu at a time 2021-12-20 19:53:12 -08:00
devices.rs Fixed debugger to easier debug one cpu at a time 2021-12-20 19:53:12 -08:00
error.rs Fixed issue with Scroll B offsets 2021-12-05 17:19:27 -08:00
interrupts.rs Cleaned up warnings 2021-12-13 12:00:24 -08:00
lib.rs Moved the debugger out of m68k 2021-11-01 16:51:45 -07:00
memory.rs Fixed some decoder bugs in m68k 2021-12-14 16:06:34 -08:00
signals.rs Cleaned up warnings 2021-12-13 12:00:24 -08:00
system.rs Fixed debugger to easier debug one cpu at a time 2021-12-20 19:53:12 -08:00
timers.rs Modified timer to store its own start time 2021-10-25 19:29:39 -07:00