Commit Graph

  • 3f89251829
    Merge 7056873887 into d8ecc129b3 Mohummedeng 2022-03-14 00:17:58 -0400
  • d8ecc129b3
    fixup link to visual6502 wiki master BigEd 2022-03-06 15:59:24 +0000
  • d14ade8be8
    fixup link to visual6502 wiki BigEd 2022-03-06 15:59:20 +0000
  • bc5da26ea2
    fixup easy6502 link BigEd 2022-03-06 15:56:20 +0000
  • 15911b02b4
    fixup easy6502 link BigEd 2022-03-06 15:54:31 +0000
  • faaacf3a3a
    Merge pull request #1 from peterspbr/electron_implementation Peter 2022-03-01 17:07:33 -0300
  • ca80d743c0 Electron integration and bootstrap peterspbr 2022-03-01 16:52:11 -0300
  • ce0666afc6
    Update expert.html Peter 2021-05-06 09:00:08 -0300
  • badcf8e40b
    Merge pull request #60 from gdevic/dev BigEd 2020-03-31 13:08:33 +0100
  • 8097137323 Added zoom using the mouse wheel Goran Devic 2020-03-12 15:09:55 -0500
  • 5b86a57c2c
    fixup sticky mouse BigEd 2019-03-07 12:00:52 +0000
  • 0d4cb75658
    Merge pull request #58 from hoglet67/Z80 BigEd 2019-03-07 11:48:34 +0000
  • cb7815e1ad Z80: Visualization improvements concerning: panelization, holes, diagnonals David Banks 2019-03-04 08:50:39 +0000
  • 7ee143a906
    Merge pull request #56 from lagomorph/typo BigEd 2019-01-03 14:14:58 +0000
  • 52540e3c12 typo John Scarfone 2018-12-28 14:51:27 -0500
  • f33937cc92
    Merge pull request #55 from hoglet67/Z80 BigEd 2018-10-26 18:12:30 +0100
  • deb6833f8a Z80: updated segdefs.js based on new boundary tracing algorithm David Banks 2018-10-26 16:40:14 +0100
  • 296cd01f84 All: fix zoomToBox to scale selection to fill 80% of the window David Banks 2018-10-14 13:34:52 +0100
  • 8e799d6922 All: fix zoomToBox to make use of grChipOffsetX/Y (tested on all chips) David Banks 2018-10-14 13:07:25 +0100
  • a4ed7a9178 Z80: updated transdefs to have accurate bounding box for transistors David Banks 2018-10-14 12:28:25 +0100
  • 9795b463ac Z80: Updated nodenames.js to include warning about manual editing David Banks 2018-10-12 13:51:06 +0100
  • b384fb552f Z80: Update netlist to fix the IM2 vector issue (missing pass transistor) David Banks 2018-10-12 13:08:57 +0100
  • bf63c33552 All: subtract grChipOffsetX/Y from coordiates given to user so the match the PNGs David Banks 2018-10-12 13:08:29 +0100
  • 9760663cc1 Z80: avoid the need to invert the register values in Javascript David Banks 2018-10-12 12:40:59 +0100
  • 3ae93282ba Z80: switch to machine generates nodenames.js (please don't edit\!) David Banks 2018-10-12 12:30:03 +0100
  • ab53a12b2e Z80: added pla signals to nodenames.js David Banks 2018-10-11 12:52:57 +0100
  • a92f443ac1 Z80: fix stepBack(), drive IntAck value of 0xe9, add lots more internal busses (with Ed) David Banks 2018-10-09 22:01:28 +0100
  • 86e6e116d7 All: Fix a hard-coded nodes array length in stateString() David Banks 2018-10-09 21:59:27 +0100
  • f360557572 Z80: override chipsim getNodeValue() to better model charge sharing David Banks 2018-10-08 10:29:55 +0100
  • 5005774b1b Z80: updated handleBusRead() to leave the databus at 0xFF between reads David Banks 2018-10-08 10:27:36 +0100
  • 924074e305 Z80: Updated netlist using data that include burried contact at 488,2761 (Ken, 2014) David Banks 2018-10-07 13:30:52 +0100
  • b0c40b9e7b add URL control of some Z80 inputs Ed Spittles 2018-10-06 13:58:37 +0100
  • 74762264c1
    Merge pull request #54 from hoglet67/Z80 BigEd 2018-09-30 16:44:22 +0100
  • 6fcb3077eb Z80: In INTACK cycle, force 0xFF onto the databus David Banks 2018-09-30 12:29:08 +0100
  • cbebb0e11d Z80: Added additional nodenames for int/nmi David Banks 2018-09-30 12:28:06 +0100
  • 2612132999
    Merge pull request #53 from TReed0803/master BigEd 2018-09-30 14:43:33 +0100
  • 8327a36826 Adding expert wire toggles for SO pin Trent Reed 2018-09-29 19:58:25 -0700
  • 886efe1d5a
    Merge pull request #52 from hoglet67/Z80 BigEd 2018-09-29 18:49:09 +0100
  • d9c92ebdc3 Z80: corrected typo in flag name David Banks 2018-09-22 16:29:19 +0100
  • 651a1753b7 Z80: update test program David Banks 2018-09-22 15:27:27 +0100
  • f5cada53f7 Z80: Updated transdefs.js with a version that replaces trap transistor with a hard short it's drain to ground (just connecting trap gate to VCC was not sufficient) David Banks 2018-09-22 14:34:53 +0100
  • 7d579fa4aa Z80: whitespace only David Banks 2018-09-22 11:02:18 +0100
  • e33f40e60c Z80: Corrected fetch state machine to cover all cases correctly David Banks 2018-09-22 10:43:01 +0100
  • 379d2d1ea1 Z80: Seperate A/F and format flags individually David Banks 2018-09-22 09:45:51 +0100
  • 59792d75fc All: added variables for grChipOffsetX/gfChipOffsetY (previously hardcoded to 400/0) David Banks 2018-09-22 06:49:05 +0100
  • 225b49a6d8 Z80: Correct bounding box for transistor in transdefs.js David Banks 2018-09-21 22:00:51 +0100
  • 3de51801ea Z80: Updated test program to include call David Banks 2018-09-21 18:04:18 +0100
  • 2f882d7d34 Z80: Start with clock high David Banks 2018-09-21 18:03:50 +0100
  • b9e235fac2 Z80: display remapped registers (so INC D always increments D) David Banks 2018-09-21 17:48:51 +0100
  • 0e4c3e0ab0 Z80: Added disassembly David Banks 2018-09-21 16:51:58 +0100
  • 767e2492be Z80: Set grCanvasSize to 5000, so mistakes are clearer David Banks 2018-09-21 10:29:43 +0100
  • 95f9d52306 Z80: Adjusted chip/canvas size and max zoom David Banks 2018-09-20 18:35:16 +0100
  • 646f22b79e Z80: segdefs.js now contains polygon information David Banks 2018-09-20 14:06:30 +0100
  • 2ff43fafb3 Z80: Expose alterate register state and register set selection flipflops David Banks 2018-09-19 18:52:43 +0100
  • 8a9fe6f57e Extended test program to test simple memory writes David Banks 2018-09-19 15:07:27 +0100
  • 3315f309a7 Added EXX to test program, as we seem to start off with alternative BC/DE/HL active David Banks 2018-09-19 14:45:41 +0100
  • 85058171b2 Z80: Added ir and wr registers David Banks 2018-09-19 13:50:31 +0100
  • 7a0cb72539 Initial checking of chip-z80 David Banks 2018-09-19 13:24:49 +0100
  • 0a6866f10c Add two signals to DPControl fixing #50 Ed Spittles 2018-05-29 10:51:02 +0100
  • 5b15e2d6c9
    Merge pull request #48 from mmfoerster/master BigEd 2018-05-06 11:24:14 +0100
  • e6e446a256
    Merge pull request #49 from trebonian/BigEd-patch-1 BigEd 2018-05-06 10:20:26 +0100
  • bd0356f2a0
    Update index.html BigEd 2018-05-06 10:20:00 +0100
  • 096f6bbcf8
    Updating links, e-tradition is now masswerk BigEd 2018-05-06 10:18:22 +0100
  • 698312b98e Corrected and expanded the time state readout (the "TState" pseudobus). mmfoerster 2017-12-15 13:47:24 -0500
  • bd45334147
    Merge pull request #47 from mmfoerster/master BigEd 2017-10-30 18:35:22 +0000
  • 7efe4fb8c7 Added comments to allTCStates() referring to the 6502_Timing_States wiki page. mmfoerster 2017-10-30 14:08:57 -0400
  • ef0a714a29 busToString() and allTCStates() changes agreed to online: TState and Phi. mmfoerster 2017-10-30 00:49:17 -0400
  • e0547e6c35
    merge clock phase display into TState pseudobus BigEd 2017-10-28 13:49:46 +0100
  • 76edc1186a Deleted 6502timecodes.txt: content moved to the visual6502 wiki. Documentation is more appropriately stored there instead of the repository. It is also further developed there: http://visual6502.org/wiki/index.php?title=6502_Timing_States mmfoerster 2017-10-25 11:39:23 -0400
  • c1409b78cb busToString( 'TState' ) and busToString( 'TStateF' ) now call allTCStates(). mmfoerster 2017-10-09 17:49:53 -0400
  • d39bab7302 Clarified causation statement about T0 T+ time code in 6502 time codes documentation mmfoerster 2017-09-19 23:56:43 -0400
  • 587fa47d8a Tamed a long line in the new 6502 time codes documentation mmfoerster 2017-09-19 21:50:42 -0400
  • 27d0eb8fb2 Created plain-text documentation for the 6502 clock time codes. Added function that creates the text expression of the time codes seen in the documentation to macros.js and expert-allinone.js. mmfoerster 2017-09-19 20:01:47 -0400
  • 90f57631c0 Merge pull request #46 from mmfoerster/master BigEd 2017-05-08 18:25:56 +0100
  • cba0c7a6b5 Added ~BRtaken definition to the expert version to parallel nodenames.js. mmfoerster 2017-05-08 10:33:40 -0400
  • c2348c5f63 Added missing '#' and '~' to both copies of the BRtaken node name. mmfoerster 2017-05-06 16:39:58 -0400
  • 4bb43bfd0e Merge pull request #45 from mmfoerster/master BigEd 2017-04-27 18:14:40 +0100
  • 8d50388828 Corrected node numbers for p6 (V bit) and p7 (N bit) of the status register. mmfoerster 2017-04-13 04:34:02 -0400
  • 7056873887 Merge pull request #44 from trebonian/gh-pages production BigEd 2017-03-16 10:44:38 +0000
  • f736b092de Merge pull request #43 from trebonian/staging gh-pages BigEd 2017-03-13 16:20:15 +0000
  • 1cb58a1cab Merge pull request #42 from trebonian/master staging BigEd 2017-03-13 16:17:52 +0000
  • 1f78e25b3a Tweak README - add 6800 sim Ed S 2017-03-13 16:16:06 +0000
  • 4364604b96 Whitespace fixups Ed S 2017-03-13 16:13:03 +0000
  • 7ddbbe7de6 Merge pull request #41 from trebonian/staging BigEd 2017-03-12 10:24:03 +0000
  • d5f0604427 Merge pull request #40 from trebonian/master BigEd 2017-03-11 22:47:55 +0000
  • 2147762ee4 Merge pull request #38 from BigEd/patch-1 BigEd 2017-03-11 22:45:51 +0000
  • 651d8a44c5 Merge pull request #39 from mmfoerster/master BigEd 2017-03-11 22:43:36 +0000
  • 51d6bb216b Patch allNodes() to generate list of numbers for node indexes instead of numeric strings, fix JMP indirect mnemonic mmfoerster 2017-03-10 23:09:20 -0500
  • 3b7fbe4385 Fix typo in comment BigEd 2016-11-08 16:37:20 +0000
  • f3cffeeed6 Merge pull request #36 from BigEd/patch-2 trebonian 2015-04-26 13:48:07 -0400
  • a2a4bc65c5 Add I/O to 6800 BigEd 2015-04-26 18:30:53 +0100
  • 815e972d14 Merge pull request #30 from PeterMortensen/master trebonian 2015-04-26 11:29:56 -0400
  • 9f4f922e16 Merge pull request #34 from shersom/master trebonian 2015-04-26 11:29:21 -0400
  • 27bec1bfe5 Merge pull request #35 from BigEd/patch-1 trebonian 2015-04-25 20:59:53 -0400
  • 976fe7e430 Fixup link to 6800 programming card BigEd 2015-04-25 14:17:15 +0100
  • 72ac2caf74 Add labels to layout controls shersom 2014-05-05 23:54:54 -0700
  • 020f4f2cb0 Merge branch 'ed' into svg svg trebonian 2013-06-26 17:23:51 -0400
  • 741e035eb4 Merge branch 'patch-1' of http://github.com/BigEd/visual6502 into ed trebonian 2013-06-26 17:23:14 -0400
  • f0add78ee5 Merge branch 'ed' into svg trebonian 2013-06-25 17:25:09 -0400
  • e8ce2a7970 Merge dd2241d3de into 7d90b33187 BigEd 2013-06-25 13:33:44 -0700