This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-02-26 08:29:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
StaticAnalyser
History
Thomas Harte
8c5e39c0c5
Adjusted Super Chip test to look for two portions of 128 bytes. It now spots Dig Dug and doesn't acquire any further false positives amongst the tested set. So failure to spot the Activision stack-based paging mechanism is now the only remaining failure.
2017-03-12 20:39:45 -04:00
..
Acorn
Fixed Electron's support for automatically booting floppy disks.
2017-01-08 14:47:41 -05:00
Atari
Adjusted Super Chip test to look for two portions of 128 bytes. It now spots Dig Dug and doesn't acquire any further false positives amongst the tested set. So failure to spot the Activision stack-based paging mechanism is now the only remaining failure.
2017-03-12 20:39:45 -04:00
Commodore
Shifted ownership of PETSCII -> string conversion down to the storage layer, where it's useful for tape parsing.
2016-11-06 18:43:51 -05:00
Disassembler
Adjusted semantics to allow for more complicated mappings, e.g. whereby supplied data repeats itself within a range.
2017-02-27 07:49:33 -05:00
Oric
Corrected callers of the 6502 disassembler.
2017-02-27 07:56:59 -05:00
StaticAnalyser.cpp
Ensured no attempt to call
strcmp
on
null
if a file name without an extension got into here.
2017-02-11 13:36:36 -05:00
StaticAnalyser.hpp
Now required: at least four stores for RAM to be detected.
2017-02-28 20:28:14 -05:00