Commit Graph

164 Commits

Author SHA1 Message Date
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
BigEd 296599890a correct the PC master/slave labelling and revert the predecode to the (inverted) latch nodes 2010-11-19 21:50:20 +00:00
BigEd 580f4585a6 allow inverted display of negative sense busses 2010-11-19 21:49:16 +00:00
BigEd d045485ec4 [enh]allow free-running low-overhead mode, for interactive programs 2010-11-15 17:29:50 +00:00
BigEd 71a85b3135 small improvement to trigger examples in testprogram 2010-11-15 17:28:45 +00:00
BigEd b3a6a12ddc adding URL control of IRQ and NMI pins 2010-11-14 20:15:49 +00:00
BigEd 5f472cbe10 Merge branch 'master' of git://github.com/trebonian/visual6502 2010-11-10 22:20:36 +00:00
BigEd 6ced887613 add link to Advanced page and re-word other link 2010-11-10 10:53:59 -05:00
BigEd 6be4dd1673 add link to Advanced page and re-word other link 2010-11-09 21:25:56 +00:00
BigEd 7e6eb926ee Merge branch 'master' of git://github.com/trebonian/visual6502 2010-11-09 20:31:19 +00:00
Barry Silverman 6c899eda1a Add white space between links and chip window 2010-11-08 19:35:12 -05:00
BigEd 6c2217b8fa [bug]kiosk mode must also load macros before testprogram 2010-11-08 22:29:08 +00:00
BigEd f6a86088f0 [enh]add a putc action to the test program 2010-11-08 22:18:07 +00:00
BigEd 5c9b4e7581 [dev]adding console box and read/write hook mechanism for test program I/O 2010-11-08 22:03:47 +00:00
BigEd 2a0e251088 [bug]fix improper closing tag (expert.html) 2010-11-08 16:36:45 +00:00
BigEd d2a31398fd [bug]repair expert mode - had removed too much 2010-11-08 09:14:18 +00:00
BigEd 3804eace6e simplify: expertMode is no longer a checkbox, just a static indicator 2010-11-08 09:04:47 +00:00
BigEd 369a188ad9 use expertMode to suppress loglist actions in kiosk mode 2010-11-08 09:03:13 +00:00
BigEd 678acd6dc5 URL handler: add requested signal names to logging set 2010-11-06 17:55:36 +00:00
BigEd 758d53bf5b add clock trigger mechanism and URL interface for reset pin 2010-11-06 17:21:50 +00:00
BigEd e885646e5e [bug]fixup nosim=t initialisation (if a simulation is started manually) 2010-11-05 21:39:01 +00:00
BigEd 353e0a8f78 highlight a list of nodes by name or number 2010-11-05 21:21:06 +00:00
BigEd 18e1946488 allow forward or reverse log order 2010-11-05 19:53:22 +00:00
BigEd 0c6a90a558 allow nodenumbers in additional trace requests 2010-11-05 19:02:41 +00:00
BigEd 93e6d662df panes resize when chip graphics are shown/hidden 2010-11-05 18:25:51 +00:00
BigEd 0842501bb7 [bug]direct keypresses to correct places: graphics, memtable, input box 2010-11-05 17:38:47 +00:00
BigEd 294918789a add tracing of named nodes 2010-11-01 19:36:52 +00:00
BigEd cd05762f20 trivial fix to rename button container 2010-11-01 18:30:22 +00:00
BigEd ef0bb5cdec fix out by one error in fastforward/goFor 2010-11-01 18:19:46 +00:00
BigEd 25e8397a0f scale down new button images 2010-11-01 18:15:36 +00:00
BigEd 44b5c5e9d3 add new buttons and remove headless go 2010-11-01 18:03:30 +00:00
BigEd 633a2693ac fixup single stepping function 2010-11-01 18:02:52 +00:00
BigEd da7ec1f3e3 add button icons for fast forward and single step 2010-11-01 18:02:06 +00:00