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-01-12 15:31:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
StaticAnalyser
History
Thomas Harte
8b1ec827e0
Made an initial, very naive attempt to recognise two types of expanded cartridge: those with a superchip and those with a CBS RAM+, in both cases by looking for instructions that appear to write into cartridge space.
2017-02-26 17:11:57 -05:00
..
Acorn
Fixed Electron's support for automatically booting floppy disks.
2017-01-08 14:47:41 -05:00
Atari
Made an initial, very naive attempt to recognise two types of expanded cartridge: those with a superchip and those with a CBS RAM+, in both cases by looking for instructions that appear to write into cartridge space.
2017-02-26 17:11:57 -05: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
Extended quality of known address read/write/modify mapping, and started recording internal accesses in addition to external.
2017-02-26 17:10:33 -05:00
Oric
Fixed failure to initialise the Microdisc flag if loading a tape.
2016-12-06 20:29:05 -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
Made an initial, very naive attempt to recognise two types of expanded cartridge: those with a superchip and those with a CBS RAM+, in both cases by looking for instructions that appear to write into cartridge space.
2017-02-26 17:11:57 -05:00