1
0
mirror of https://github.com/mist64/perfect6502.git synced 2024-06-02 17:41:32 +00:00

Commit Graph

  • 80a13b5f7a don't recalc transistors if gate value has not changed - 2x speedup! Michael Steil 2010-09-25 18:02:16 +0000
  • c8c2038b6c cleanup Michael Steil 2010-09-25 00:53:28 +0000
  • 4c4f12a89f transistor cleanup Michael Steil 2010-09-25 00:52:48 +0000
  • df455248a0 32/64 bit bitmaps Michael Steil 2010-09-25 00:42:44 +0000
  • bc36846f04 bitmap cleanup Michael Steil 2010-09-25 00:39:03 +0000
  • a770b4b2f2 bitmap cleanup Michael Steil 2010-09-25 00:30:55 +0000
  • bddff67b2c bitmap cleanup Michael Steil 2010-09-25 00:29:11 +0000
  • 2f47b7492a cleanup Michael Steil 2010-09-24 11:09:05 +0000
  • 8f6c156261 cleanup Michael Steil 2010-09-24 10:57:58 +0000
  • 8c16a5006f converted value and floating into bitfields - slightly slower Michael Steil 2010-09-24 10:44:49 +0000
  • e3042fd534 simplified state Michael Steil 2010-09-24 10:15:54 +0000
  • 178d216ae9 added node number comments Michael Steil 2010-09-24 10:01:36 +0000
  • 68464e523f cleanup Michael Steil 2010-09-24 09:51:26 +0000
  • 0439329fc0 cleanup Michael Steil 2010-09-24 09:42:17 +0000
  • 7bf0e28244 converted pullup and pulldown into bitmap - no speed change Michael Steil 2010-09-24 08:55:37 +0000
  • 7ef74bffff cleanup Michael Steil 2010-09-24 08:47:04 +0000
  • a164d4101f datastructure cleanup Michael Steil 2010-09-24 08:27:20 +0000
  • 54594272a7 list cleanup WIP Michael Steil 2010-09-24 00:42:51 +0000
  • 6459887044 group datastructure cleanup Michael Steil 2010-09-24 00:28:59 +0000
  • bb953d527f cleanup Michael Steil 2010-09-23 08:29:47 +0000
  • 36fe254fae comments Michael Steil 2010-09-23 08:06:26 +0000
  • 5404b65b21 cleanup Michael Steil 2010-09-23 07:45:42 +0000
  • 134aeb7d51 cleanup Michael Steil 2010-09-23 06:56:23 +0000
  • 740d7b9f48 comments; fixed dbnotes Michael Steil 2010-09-23 06:44:32 +0000
  • 600bd4e8f6 comments Michael Steil 2010-09-23 03:28:00 +0000
  • 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 +0000
  • a9a7eab692 optimization Michael Steil 2010-09-23 02:59:33 +0000
  • 20b9df5df3 cleanup Michael Steil 2010-09-23 02:53:11 +0000
  • c8fc41de1f writeDataBus optimization Michael Steil 2010-09-23 02:47:31 +0000
  • 965313b701 cleanup Michael Steil 2010-09-23 02:41:12 +0000
  • 0dbfeded09 fixed kernal calls, used PLP/RTS instead of buggy RTI, switched to bit-coded node bitmap Michael Steil 2010-09-23 02:35:50 +0000
  • ef30dcb753 clean up Michael Steil 2010-09-23 00:39:13 +0000
  • 78cec2a778 new data types,no more structs; 10x faster Michael Steil 2010-09-23 00:38:06 +0000
  • 5af952121c made transistor state into a real bitfield Michael Steil 2010-09-22 23:14:18 +0000
  • 7114c787af more datatypes Michael Steil 2010-09-22 23:02:36 +0000
  • 291aaa5f2c twice as fast by using 16 bit nodes! Michael Steil 2010-09-22 22:57:00 +0000
  • 8aff6d4603 bit-based bitmaps for groups Michael Steil 2010-09-22 22:51:14 +0000
  • 65186a75bd moved bitmaps to chars Michael Steil 2010-09-22 22:49:11 +0000
  • 197b15cdff added group bitmap - might be slower! Michael Steil 2010-09-22 22:46:11 +0000
  • aa54d7cfb7 made group global Michael Steil 2010-09-22 22:38:56 +0000
  • a190e9eba7 made group list global Michael Steil 2010-09-22 18:06:15 +0000
  • 2ea7358225 more structs, same speed Michael Steil 2010-09-22 18:00:45 +0000
  • ebc4217551 made recalclist global -> speedup Michael Steil 2010-09-22 17:40:32 +0000
  • bbe8c76720 speedup Michael Steil 2010-09-22 17:37:35 +0000
  • 966ad8c535 some inlining (readability) Michael Steil 2010-09-22 17:00:22 +0000
  • 3a12ae31d1 got rid of copying recalclist - no speed difference :-) Michael Steil 2010-09-22 16:52:57 +0000
  • f817390415 call kernel only on every clock, not every half-clock Michael Steil 2010-09-22 15:40:26 +0000
  • e60fd38bbd prints COMMODORE BASIC V2! Michael Steil 2010-09-22 15:25:34 +0000
  • 761e720a39 added KERNAL runtime Michael Steil 2010-09-22 10:05:49 +0000
  • 4b4ebc82dd cbmbasic does stuff! panics at FF9C (which does not exist!) Michael Steil 2010-09-22 09:53:46 +0000
  • cec8c325bc seems to work! Michael Steil 2010-09-22 08:28:34 +0000
  • 61d13c1ee8 fixes Michael Steil 2010-09-22 07:52:19 +0000
  • 68d1ab055e fixes Michael Steil 2010-09-22 07:41:26 +0000
  • 7df800aa03 fixes Michael Steil 2010-09-22 07:35:22 +0000
  • 950e816b15 C fixes Michael Steil 2010-09-22 07:25:32 +0000
  • 43577a5bb3 more C Michael Steil 2010-09-22 05:14:57 +0000
  • 88b9cb9b75 some C Michael Steil 2010-09-22 01:51:38 +0000
  • dbd2f0484f removed some code Michael Steil 2010-09-21 08:03:16 +0000
  • 5e61ccdb84 remove tracing Michael Steil 2010-09-21 07:37:53 +0000
  • 830fb51453 simplify pullup Michael Steil 2010-09-21 06:25:51 +0000
  • fc74db2741 get rid of transistor names Michael Steil 2010-09-21 06:10:57 +0000
  • fe86830b09 simplified segdefs Michael Steil 2010-09-21 05:57:58 +0000
  • 2fea263184 remove more Michael Steil 2010-09-21 05:34:38 +0000
  • aacd2d2683 remove html crap Michael Steil 2010-09-21 05:24:12 +0000
  • ca5fe121d5 remove all graphics Michael Steil 2010-09-21 05:14:55 +0000
  • bbc6b0b566 removed some graphical stuff Michael Steil 2010-09-21 05:03:51 +0000
  • a825adcda5 moved everything into a subdirectory Michael Steil 2010-09-21 04:12:52 +0000
  • 9477ea64b4 allow IE9 (not tested on IE9, OK on firefox and chrome, IE8) BigEd 2010-09-20 13:09:15 +0000
  • 7ef9dc4c43 detect IE, add page of browser trouble, static image BigEd 2010-09-20 12:37:15 +0000
  • efddb36049 remove page Offsets to fix probing in scrolled browser window BigEd 2010-09-19 18:27:48 +0000
  • ef88fdeb90 Fixed console references for Firefox Barry Silverman 2010-09-19 03:02:26 -0400
  • 470080015d Change title font and various wording changes from Greg Barry Silverman 2010-09-18 19:59:41 -0400
  • dccef54f2e top link should be absolute BigEd 2010-09-18 19:37:50 +0000
  • 18fbd2eb36 Merge branch 'ed' Barry Silverman 2010-09-18 14:14:05 -0400
  • bc901566e3 all layers start off visible BigEd 2010-09-18 18:06:42 +0000
  • 6276d019d7 Fixed localx/localy calculation Barry Silverman 2010-09-18 14:04:52 -0400
  • 69ab63e406 fixup space above memtable BigEd 2010-09-18 17:56:34 +0000
  • d032580201 improve load sequencing, add layer choosing, link to python sim, add keyboard tips, add example nmi test, tweak navbuttons, enhance chipstatus output BigEd 2010-09-18 17:46:24 +0000
  • 0ecb753ec6 fixup nav button positioning BigEd 2010-09-18 17:29:45 +0000
  • e2e88cfae1 more internal busses and latches named BigEd 2010-09-18 17:25:33 +0000
  • 1fd86334f7 fixup line ends on one remaining file (by touching every line...) BigEd 2010-09-18 17:12:28 +0000
  • bf2108b9d6 ignore patch detritus BigEd 2010-09-18 17:07:48 +0000
  • 2d2d0ef9b6 Merge branch 'master' of git://github.com/trebonian/visual6502 BigEd 2010-09-18 17:06:09 +0000
  • 3398a6f181 add copyright BigEd 2010-09-18 17:01:20 +0000
  • b6d4ffda6a More copyrights Barry Silverman 2010-09-18 13:00:23 -0400
  • 6dd7e9c24e Fixed line endings and Copyright notices Barry Silverman 2010-09-18 12:56:48 -0400
  • 51b4d8d7a0 Introduce end-of-line normalization BigEd 2010-09-18 16:38:22 +0000
  • e01093def5 ignore emacs backup files BigEd 2010-09-18 16:20:56 +0000
  • 27f085b743 Merge branch 'master' of git://github.com/trebonian/visual6502 BigEd 2010-09-18 16:17:54 +0000
  • d3223a9478 Fixed README from Ed Barry Silverman 2010-09-18 12:13:48 -0400
  • f8931fce49 initial README content BigEd 2010-09-18 15:59:17 +0000
  • b9cbe765b2 Fix slow reset loop Barry Silverman 2010-09-18 11:42:30 -0400
  • d5300567d6 Added Licenses Barry Silverman 2010-09-18 07:35:21 -0400
  • 4d8da5b680 First Commit Barry Silverman 2010-09-17 22:42:04 -0400