1
0
mirror of https://github.com/mist64/perfect6502.git synced 2025-04-05 02:31:28 +00:00

Commit Graph

  • 268d16647c fixed measure.c to work with new API master Michael Steil 2020-06-13 19:17:49 +02:00
  • d4117f915f
    Create LICENSE Michael Steil 2020-06-04 19:47:38 +02:00
  • 3e60b6dd44 cleanup: moved cbmbasic and apple1basic demos into subdirectories Michael Steil 2020-06-04 19:15:38 +02:00
  • cb5469d7c3 optimize addNodeToGroup by improving memory locality Ian Henderson 2019-10-27 07:08:22 -07:00
  • 350f4b27e0 Add destroyChip. Tom Seddon 2019-09-08 13:36:11 +01:00
  • 224ac909ee Merge pull request #5 from drfiemost/master Michael Steil 2017-01-22 20:55:00 +01:00
  • 93bb291203 Fix UBSan error Dr. Fiemost 2017-01-22 19:08:31 +01:00
  • dff94ab870 Initialize remaining struct members Dr. Fiemost 2017-01-21 14:17:39 +01:00
  • 379a588484 Initialize allocated memory Dr. Fiemost 2017-01-21 14:16:26 +01:00
  • ed250b1a62 Avoid use of deprecated function Dr. Fiemost 2017-01-21 14:13:06 +01:00
  • 98026be01f Merge pull request #4 from drfiemost/master Michael Steil 2017-01-18 12:39:52 +01:00
  • aed0d9a3c3 Fix https://github.com/mist64/perfect6502/issues/3 Dr. Fiemost 2017-01-17 20:53:44 +01:00
  • 4142ac152e moved nodes names into netlist_6502.h Michael Steil 2014-12-01 16:42:48 +01:00
  • 0269c1bdf1 cleanups Michael Steil 2014-12-01 14:00:28 +01:00
  • 76d798db79 split code into generic netlist simulation and 6502-specific code Michael Steil 2014-12-01 13:53:46 +01:00
  • 44cde717a1 cleanup Michael Steil 2014-12-01 13:28:27 +01:00
  • c93f229339 cleanup Michael Steil 2014-12-01 13:10:28 +01:00
  • 4b70feb863 cleanup Michael Steil 2014-12-01 12:48:41 +01:00
  • 79d5e114ef cleanups Michael Steil 2014-12-01 12:44:03 +01:00
  • c7ede71e52 actually de-dup transistors! Michael Steil 2014-12-01 12:31:14 +01:00
  • e49ca0be5f cleanups Michael Steil 2014-12-01 12:23:47 +01:00
  • b31b545032 malloc'ed all state instead of having a gigantic struct Michael Steil 2014-12-01 12:10:21 +01:00
  • 1c9eb78154 cleaned up node names Michael Steil 2014-12-01 11:48:01 +01:00
  • fc3082a259 updated copyright Michael Steil 2014-12-01 11:01:11 +01:00
  • c4f7cfb449 The state pointer is no longer global, but passed down to every function. Michael Steil 2014-12-01 11:00:30 +01:00
  • b8af4edbbe moved all globals into a single global struct -> 3% speedup with clang :) Michael Steil 2014-11-29 00:49:52 +01:00
  • b3f4c56541 added README Michael Steil 2014-11-28 08:31:36 +01:00
  • 9a8e2c396f fixed line endings Michael Steil 2014-11-28 07:57:38 +01:00
  • 8161e5e600 added object files to .gitignore Michael Steil 2014-11-28 07:56:51 +01:00
  • b2cce88620 optimizations (~25%) and cleanup Michael Steil 2014-11-28 07:04:07 +01:00
  • bdbe8eff59 ... Michael Steil 2010-10-20 07:49:51 +00:00
  • 63ce225449 added apple1basic Michael Steil 2010-10-12 14:29:11 +00:00
  • f424b464f2 cleanup Michael Steil 2010-10-08 04:09:56 +00:00
  • 48e5756c38 cleanup Michael Steil 2010-10-08 03:58:09 +00:00
  • 8d948b5f64 indirect lostout Michael Steil 2010-10-08 03:22:54 +00:00
  • d9ba3fc769 experimental... Michael Steil 2010-10-07 05:20:49 +00:00
  • c0d191a03f added concept of dependants - same speed, but might lead to more optimization opportunities Michael Steil 2010-10-07 04:39:40 +00:00
  • 6e8fd7f401 debug code; eliminate more duplicate transistors (with c1 and c2 reversed) Michael Steil 2010-10-07 02:19:44 +00:00
  • 07d31a1529 cleanup Michael Steil 2010-10-07 00:28:02 +00:00
  • 44f7f48a9c fixed "broken transistors" test Michael Steil 2010-10-06 16:53:40 +00:00
  • 217ba8f681 rename Michael Steil 2010-10-06 16:34:57 +00:00
  • f8fe8d9d46 made test work independently Michael Steil 2010-10-06 16:33:26 +00:00
  • 9318b580e4 huh, missing file? Michael Steil 2010-10-06 16:33:04 +00:00
  • a2ad35412c separated emulator and runtime Michael Steil 2010-10-06 15:58:13 +00:00
  • c53fa8ff9c cleanup Michael Steil 2010-10-06 04:32:54 +00:00
  • 7c58dfd703 memory read and write on the same edge now; cleanup Michael Steil 2010-10-06 03:00:20 +00:00
  • 4b95933e67 bitmap size fix -> 10% faster Michael Steil 2010-10-06 02:13:38 +00:00
  • 1b22b7fec9 rename Michael Steil 2010-10-05 18:20:02 +00:00
  • 4189c81c70 cleanup, restore missing loop exit case Michael Steil 2010-10-05 18:13:48 +00:00
  • 57d2ce2c91 cleanup Michael Steil 2010-10-05 18:01:13 +00:00
  • 44ea268beb don't track "floating" any more. much easier, same speed Michael Steil 2010-10-05 17:54:51 +00:00
  • 12e8208234 cleanup Michael Steil 2010-10-05 17:48:01 +00:00
  • 446774eaa3 cleanup Michael Steil 2010-10-05 16:54:12 +00:00
  • eee151c3ec nicer getNodeValue() interface, same speed Michael Steil 2010-10-05 16:46:27 +00:00
  • 90dfd9791a cleanup Michael Steil 2010-10-05 16:27:33 +00:00
  • 3ef6b7636a cleanup Michael Steil 2010-10-05 16:18:28 +00:00
  • f101c89980 emulator / tester work Michael Steil 2010-09-30 02:39:11 +00:00
  • 5b43898aae code to test instructions Michael Steil 2010-09-29 03:19:56 +00:00
  • e292c84c3a breaking transistors Michael Steil 2010-09-28 17:22:57 +00:00
  • a0034447c1 the cross reference was looking at nonexistant transistors Michael Steil 2010-09-27 17:31:20 +00:00
  • c252b42304 ... Michael Steil 2010-09-26 03:54:11 +00:00
  • 5e4983ccd5 removed js - no longer needed for debugging Michael Steil 2010-09-26 03:53:22 +00:00
  • edffe73bc1 ... Michael Steil 2010-09-26 03:50:55 +00:00
  • bfe8db1446 ... Michael Steil 2010-09-26 03:19:21 +00:00
  • a4f19434f7 ... Michael Steil 2010-09-26 02:59:31 +00:00
  • 7a1e8b457b outputs Michael Steil 2010-09-26 00:09:19 +00:00
  • 0866a57020 better addmodes Michael Steil 2010-09-25 23:17:22 +00:00
  • c856cb77a2 addressing modes Michael Steil 2010-09-25 23:04:04 +00:00
  • fde0610048 better bytes calc Michael Steil 2010-09-25 22:04:04 +00:00
  • 41c5cb4dcd first checkin for 6502 analysis Michael Steil 2010-09-25 21:34:53 +00:00
  • a2f6cca1ba simplify transistor calculation Michael Steil 2010-09-25 19:10:38 +00:00
  • 4413b8e8ef remove duplicate transistors Michael Steil 2010-09-25 18:52:18 +00:00
  • 80a13b5f7a don't recalc transistors if gate value has not changed - 2x speedup! Michael Steil 2010-09-25 18:02:16 +00:00
  • c8c2038b6c cleanup Michael Steil 2010-09-25 00:53:28 +00:00
  • 4c4f12a89f transistor cleanup Michael Steil 2010-09-25 00:52:48 +00:00
  • df455248a0 32/64 bit bitmaps Michael Steil 2010-09-25 00:42:44 +00:00
  • bc36846f04 bitmap cleanup Michael Steil 2010-09-25 00:39:03 +00:00
  • a770b4b2f2 bitmap cleanup Michael Steil 2010-09-25 00:30:55 +00:00
  • bddff67b2c bitmap cleanup Michael Steil 2010-09-25 00:29:11 +00:00
  • 2f47b7492a cleanup Michael Steil 2010-09-24 11:09:05 +00:00
  • 8f6c156261 cleanup Michael Steil 2010-09-24 10:57:58 +00:00
  • 8c16a5006f converted value and floating into bitfields - slightly slower Michael Steil 2010-09-24 10:44:49 +00:00
  • e3042fd534 simplified state Michael Steil 2010-09-24 10:15:54 +00:00
  • 178d216ae9 added node number comments Michael Steil 2010-09-24 10:01:36 +00:00
  • 68464e523f cleanup Michael Steil 2010-09-24 09:51:26 +00:00
  • 0439329fc0 cleanup Michael Steil 2010-09-24 09:42:17 +00:00
  • 7bf0e28244 converted pullup and pulldown into bitmap - no speed change Michael Steil 2010-09-24 08:55:37 +00:00
  • 7ef74bffff cleanup Michael Steil 2010-09-24 08:47:04 +00:00
  • a164d4101f datastructure cleanup Michael Steil 2010-09-24 08:27:20 +00:00
  • 54594272a7 list cleanup WIP Michael Steil 2010-09-24 00:42:51 +00:00
  • 6459887044 group datastructure cleanup Michael Steil 2010-09-24 00:28:59 +00:00
  • bb953d527f cleanup Michael Steil 2010-09-23 08:29:47 +00:00
  • 36fe254fae comments Michael Steil 2010-09-23 08:06:26 +00:00
  • 5404b65b21 cleanup Michael Steil 2010-09-23 07:45:42 +00:00
  • 134aeb7d51 cleanup Michael Steil 2010-09-23 06:56:23 +00:00
  • 740d7b9f48 comments; fixed dbnotes Michael Steil 2010-09-23 06:44:32 +00:00
  • 600bd4e8f6 comments Michael Steil 2010-09-23 03:28:00 +00:00
  • f3720c319c the jump tables overwrote some of the c1c2s list, so we were doing too much work - 30% faster now Michael Steil 2010-09-23 03:21:13 +00:00
  • a9a7eab692 optimization Michael Steil 2010-09-23 02:59:33 +00:00
  • 20b9df5df3 cleanup Michael Steil 2010-09-23 02:53:11 +00:00