moa/src
transistor 18e54f4a44 Added line-based hscroll and fixed an hscroll bug
The hscroll table was multiplying by 2 (because scroll a and b values
are next to each other) but it should have multiplied by 4 because
each value is also 2 bytes and the array is of u8.

I added hscroll by-line support by using a different function for the
line scroll vs the cell or whole screen scrolling.  There are still
a bunch of glitches in scroll b's scroll values that I need to fix
2021-12-20 20:11:43 -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 Added line-based hscroll and fixed an hscroll bug 2021-12-20 20:11:43 -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