Commit Graph

10 Commits

Author SHA1 Message Date
Michael Steil 3e60b6dd44 cleanup: moved cbmbasic and apple1basic demos into subdirectories
* also changed "clang" to "cc"
* enabled optimizations for 64 bit (it's 10 years later!)
* updated README to reflect CPU speed in 2020 (5x faster than 2014!)
* added benchmarking instructions to README
2020-06-04 19:32:59 +02:00
Ian Henderson cb5469d7c3 optimize addNodeToGroup by improving memory locality 2020-06-04 18:50:24 +02:00
Tom Seddon 350f4b27e0 Add destroyChip. 2019-09-08 15:06:26 +02:00
Dr. Fiemost 93bb291203 Fix UBSan error 2017-01-22 19:08:31 +01:00
Dr. Fiemost dff94ab870 Initialize remaining struct members 2017-01-21 14:17:39 +01:00
Dr. Fiemost 379a588484 Initialize allocated memory 2017-01-21 14:16:26 +01:00
Dr. Fiemost ed250b1a62 Avoid use of deprecated function 2017-01-21 14:13:06 +01:00
Dr. Fiemost aed0d9a3c3 Fix https://github.com/mist64/perfect6502/issues/3 2017-01-17 20:53:44 +01:00
Michael Steil 0269c1bdf1 cleanups 2014-12-01 14:03:16 +01:00
Michael Steil 76d798db79 split code into generic netlist simulation and 6502-specific code 2014-12-01 13:53:46 +01:00