Commit Graph

196 Commits

Author SHA1 Message Date
BigEd 84b005673b give the names of the nodes in a shift-click group, if they have names 2010-12-22 21:16:50 +00:00
BigEd 09c578e361 shift-click: list members of channel-connected nodegroup 2010-12-21 22:31:38 +00:00
BigEd 167f93f836 feature: URL can define labels and optional boxes 2010-12-20 19:30:49 +00:00
BigEd c88e0749cf feature: add support for box and label in highlight layer 2010-12-20 19:00:44 +00:00
BigEd 6db8836c5c feature: find matches names on underscore-delimited components 2010-12-19 18:31:10 +00:00
BigEd 27fb1d539e bugfix: shift-click to highlight a pass-connected node-group should work on gates too 2010-12-19 17:54:37 +00:00
BigEd 21c7a8ca90 bugfix: zoom-to-fit on found objects needed an x offset 2010-12-19 17:41:16 +00:00
BigEd cfb726d0e7 Merge branch 'master' of git://github.com/trebonian/visual6502 2010-12-19 17:24:35 +00:00
BigEd d352501c7c update the "link here" to include searched objects 2010-12-19 17:24:14 +00:00
Barry Silverman 4eb1e4c848 Fix protection bits on some files 2010-12-19 12:04:35 -05:00
Barry Silverman c3f0d10199 Merge branches 'ed' and 'master' into ed 2010-12-19 12:01:44 -05:00
Barry Silverman 4398fdaddf Added Bends and Gate Area to transdefs 2010-12-19 10:38:31 -05:00
Barry Silverman 4f7930eef3 Fix Shift Click which broke in performance improvement changes 2010-12-19 10:37:51 -05:00
BigEd c04f37a3df add feature: click can highlight transistors 2010-12-19 12:45:44 +00:00
BigEd fc664c7243 Merge branch 'master' of git://github.com/trebonian/visual6502 2010-12-18 11:30:06 +00:00
Barry Silverman 8bdb9a0682 New transdefs with Gate Bounding Box and Geometry 2010-12-17 21:35:19 -05:00
BigEd ae30a57822 Merge branch 'master' of git://github.com/trebonian/visual6502 2010-12-12 18:22:13 +00:00
Sigbjorn Finne 8a89310e96 Fix expert mode's keyboard handling too. 2010-12-08 06:53:38 +08:00
Sigbjorn Finne 1c66a8af28 handleKey(): if .charCode is undefined, use .keyCode (Opera compatible.) 2010-12-08 06:53:37 +08:00
BigEd 78deb4aaa4 fixup nodenames type 2010-12-07 22:49:38 +00:00
Sigbjorn Finne 85c8447064 Fix expert mode's keyboard handling too. 2010-12-05 12:34:39 +01:00
Sigbjorn Finne 6cdbfc0c15 handleKey(): if .charCode is undefined, use .keyCode (Opera compatible.) 2010-12-05 09:50:00 +01:00
BigEd 8ef98d131f added signal names - mostly ALU - from Segher 2010-12-04 17:05:24 +00:00
BigEd e660736204 fixup status message when no find command in URL 2010-12-03 16:28:55 +00:00
BigEd fc46e50289 add "find" mechanism to URL 2010-12-03 13:35:01 +00:00
BigEd 4967b58e7f update status box when find is used 2010-12-03 12:46:10 +00:00
BigEd 6f7dab7990 more nodenames from Segher: alu internals 2010-12-03 12:27:26 +00:00
BigEd 04196aa36a more nodenames from Segher: decimal mode and carry chain 2010-12-03 12:14:18 +00:00
BigEd 94a2b38d27 import more signal names from Segher 2010-11-30 21:15:49 +00:00
BigEd e052255c55 add first cut of zooming to fit found objects: transistors and nodes. Renamed "Highlight:" button to "Find:" 2010-11-29 20:07:29 +00:00
Barry Silverman 15453f4435 Merge branch 'ed' 2010-11-28 16:38:32 -05:00
Barry Silverman 7572b25453 Hilite transistors 2010-11-28 16:37:02 -05:00
BigEd 93252a0eb1 [bug]fixup obsolete css file reference in browsertrouble.html 2010-11-27 15:58:46 +00:00
BigEd 172394845a [bug]typo: fixed B bit of status register 2010-11-27 14:30:19 +00:00
BigEd ec7da19d77 add z and x to expert mode help text 2010-11-27 14:19:57 +00:00
BigEd 13e1f51b47 kiosk mode: add link to user guide, tweak help text and add alphabetic zoom controls 2010-11-27 13:54:31 +00:00
BigEd e6d3c62057 [bug]deal with disassembly of unknown opcodes 2010-11-27 12:37:14 +00:00
BigEd fbf0830d15 Expert page: add link to user guide (wiki page) 2010-11-27 11:37:08 +00:00
BigEd 019bca0a26 remove white gaps in new logstream table colour scheme 2010-11-26 22:14:09 +00:00
BigEd e866a3b58e put non-breaking spaces into disassembly fragments 2010-11-26 14:27:03 +00:00
BigEd 611490ad76 various blue backgrounds to logstream table 2010-11-26 14:22:45 +00:00
BigEd b3e58dcbab immunize kiosk mode against I/O triggers in test program 2010-11-22 15:20:24 +00:00
BigEd c7ac03edd8 move the I/O port (incremented value) to the top right for better visibility 2010-11-22 15:19:38 +00:00
BigEd b51b5c4398 re-simplify kiosk mode status panel 2010-11-22 15:18:55 +00:00
BigEd 398060f56b add opcode and machine state info to status panel, add Fetch Execute and State pseudo signals to log tabulation 2010-11-22 13:27:26 +00:00
BigEd cdd837dd0c display machine state in status panel 2010-11-22 12:23:20 +00:00
BigEd 3df7065b83 fold 6502 opcode lookup into macro.js and delete Java original 2010-11-22 12:22:36 +00:00
BigEd f860067206 convert java debugger to javascript almost-disassembler 2010-11-22 11:40:14 +00:00
BigEd 33f00022ca add Achim's original Debugger.java 2010-11-22 11:33:56 +00:00
BigEd 8a6fe3634f add tracing of datapath control signals 2010-11-19 22:42:26 +00:00