Changelog:
r43652 | gpz | 2023-04-08 23:35:26 +0000 (Sat, 08 Apr 2023) | 1 line
fix crash when using 1520, patch by Carlo Bramini
------------------------------------------------------------------------
r43650 | blackystardust | 2023-04-08 17:05:56 +0000 (Sat, 08 Apr 2023) | 1 line
Fix ninja snespad emulation, snespad 1 and 2 were broken because of copy/paste errors.
------------------------------------------------------------------------
r43649 | rhialto | 2023-04-08 15:03:00 +0000 (Sat, 08 Apr 2023) | 2 lines
Add some items for myself to the acknowledgements.
------------------------------------------------------------------------
r43648 | blackystardust | 2023-04-08 05:08:13 +0000 (Sat, 08 Apr 2023) | 1 line
Activate snes mapping for snespad and superpad64.
------------------------------------------------------------------------
r43647 | rhialto | 2023-04-07 19:03:07 +0000 (Fri, 07 Apr 2023) | 11 lines
Further removal of the RMW_FLAG from non-sc 6510core.
Read-modify-write instructions no longer set the RMW_FLAG. This was no
longer needed since r37549 where the dummy writes were made explicit in
code. Also, clock increments during the RMW instructions are now placed
between memory accesses instead of all at the end.
The VIC-II code needed some small adjustment to work without the RMW_FLAG.
Nothing should be setting the flag any more, paving the way for further
removals.
Testbench-tested with x64, x64dtv, x128c64.
------------------------------------------------------------------------