Jeff Parsons
b1f8fca2d9
Re-enabled source maps, at least for the PDP-11 emulators (for now)
2016-10-14 09:30:17 -07:00
Jeff
e24d507aa2
Removed useless version numbers and dates from .js file headers
2016-10-06 16:22:24 -07:00
Jeff
b2294e2293
Use CPU timer functions (instead of browser timeout/interval functions) to control device interrupts/timeouts
2016-09-26 20:34:31 -07:00
Jeff Parsons
4b778b281d
Groundwork for a PDP-11 emulator (starting with a gutted copy of PC8080)
2016-09-03 17:43:06 -07:00
Jeff Parsons
7dc4448f41
Fixed the PC8080 CPUState class name
2016-08-24 14:17:54 -07:00
Jeff Parsons
3ae0c3a263
Remove unused variable
2016-08-24 14:07:45 -07:00
Jeff Parsons
0a4fc6df1c
Removed unneeded Video DEBUG code
2016-08-23 22:45:15 -07:00
Jeff Parsons
244f0dba32
Cleaned up the run loop, less complicated now, and video updates can drive themselves thanks to the new CPU timer functions
2016-08-23 22:41:45 -07:00
Jeff Parsons
2b24e710d2
Fixed the Computer updateFocus() interface to keep the page stable unless fScroll is explicitly set
2016-08-23 14:59:06 -07:00
Jeff Parsons
6a5e18d493
Working on next release (v1.24.1): first change is enabling smooth scrolling by default
2016-08-19 16:10:48 -07:00
Jeff Parsons
0e4ad76b94
Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus)
2016-08-18 11:30:22 -07:00
Jeff Parsons
f0509bc5d1
Successfully running PCx86 and PC8080 machines on the same page now
2016-08-18 10:29:24 -07:00
Jeff Parsons
140e1cf094
Adding clocking mechanism for serial data transmission
2016-08-17 14:09:02 -07:00
Jeff Parsons
12dad7291c
Smooth-scroll fix for edge case where scroll offset has returned to zero BUT buffer contents haven't actually been scrolled yet
2016-08-16 15:40:31 -07:00
Jeff Parsons
cf24023d5d
Enabled smooth scrolling, connected SerialPort UART transmitter status to the ChipSet FLAGS buffer (matching how the Keyboard UART transmitter status is connected), enabled binding of terminal I/O to the Control Panel output window (if any), and added simulation of received data at the programmed baud rate (but a better solution has been noted and needs to be implemented)
2016-08-16 09:34:41 -07:00
Jeff Parsons
0ffc09083d
Don't print Video messages unless enabled (use the Debugger "m video on" command)
2016-08-15 12:11:37 -07:00
Jeff Parsons
aa08c7a94b
VT100 supports both 80-column and 132-column modes now
2016-08-15 12:06:30 -07:00
Jeff Parsons
e516070375
Added Video callout to make resolutions adjustments (eg, from 80-column mode to 132-column mode); work in Video component ready to begin
2016-08-15 10:49:04 -07:00
Jeff Parsons
e7324a5c6a
VT100 SET-UP screen is accessible now
2016-08-14 10:52:24 -07:00
Jeff Parsons
3ebe23f251
Fix SI1978 video format detection
2016-08-08 18:07:42 -07:00
Jeff Parsons
d31bfb0e6e
Added scaffolding for PC8080 SerialPort
2016-08-08 15:25:57 -07:00
Jeff Parsons
f7464dd182
Support for VT100 dot stretching
2016-08-08 11:19:06 -07:00
Jeff Parsons
093b19bce3
Added some symbolic info to VT100.json
2016-08-04 15:01:06 -07:00
Jeff Parsons
f3d8aca9c3
Leave the VT100 display test code enabled in all builds for now
2016-08-04 09:46:34 -07:00
Jeff Parsons
c206669589
Added VT100 ROM disassembly
2016-08-03 15:11:59 -07:00
Jeff Parsons
e82a1d5b52
VT100 video buffer bias fixed
2016-08-02 18:53:01 -07:00
Jeff Parsons
5f048a0688
Prevent display updates until DC011 starts generating LBAs (Line Buffer Addresses)
2016-08-02 17:06:13 -07:00
Jeff Parsons
b25a9268a1
Added round LEDs to the UI (initially just for the VT100)
2016-08-02 11:02:00 -07:00
Jeff Parsons
843d24c627
Scaffolding for VT100 ChipSet
2016-08-02 06:50:25 -07:00
Jeff Parsons
1d32dc1e36
Added support for VT100 underlining
2016-08-01 18:04:26 -07:00
Jeff Parsons
07928df03e
Added support for VT100 underlining
2016-08-01 18:00:23 -07:00
Jeff Parsons
cec09c16e9
Added support for VT100 reverse video
2016-08-01 17:53:41 -07:00
Jeff Parsons
498ffd62d2
Needed to run "grunt promote" since XSL files changed
2016-08-01 17:02:33 -07:00
Jeff Parsons
829fb48bdc
First successful display of a VT100 test screen
2016-08-01 16:22:22 -07:00
Jeff Parsons
893076353f
Support for a VT100 cell cache
2016-08-01 12:15:34 -07:00
Jeff Parsons
96d129e469
Cleaned up VT100 font support a bit
2016-07-31 11:46:59 -07:00
Jeff Parsons
21fc2e0639
More VT100 video support (untested)
2016-07-29 18:03:00 -07:00
Jeff Parsons
35b7c7d2a4
Support for loading the VT100 fontROM (but no actual font-building is happening yet)
2016-07-27 15:44:47 -07:00
Jeff Parsons
cbea42b228
v1.23.3: Starting work on VT100 support
2016-07-27 13:02:33 -07:00
Jeff Parsons
c8f5357689
More VT100 groundwork
2016-07-27 12:03:12 -07:00
Jeff Parsons
43355dec6f
Support for message buffering (PC8080 only; needs to be added to PCx86, too)
2016-05-31 09:59:19 -07:00
Jeff Parsons
a1e999e0c4
More PCjs/PCx86 disambiguation
2016-05-17 00:04:51 -07:00
Jeff Parsons
288f28055d
Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86
2016-05-16 20:55:32 -07:00
Jeff Parsons
f09189c121
Space Invaders works on the desktop now
2016-05-14 23:12:39 -07:00
Jeff
bc7ec763ca
Since "model" properties are strings now, they need to be coerced to numbers
2016-05-14 19:00:13 -07:00
Jeff Parsons
cf596ee224
Avoid deprecation warnings regarding image smoothing, by carefully checking for properties in order of least to most deprecatable (what a delightful process)
2016-05-04 13:16:37 -07:00
Jeff Parsons
59c3ddc83b
Supoprt for overlay colors
2016-05-03 16:24:41 -07:00
Jeff Parsons
377b9895fa
PC8080 bufferRotate option appears to be working as well the screenRotate option, so when everything else is working, we can choose whichever rotation method yields the best performance
2016-05-03 13:16:07 -07:00
Jeff Parsons
db5db398fb
Startup/status message tweaks
2016-05-03 12:44:22 -07:00
Jeff Parsons
c31f6222a1
Added smoothing control to both PCjs and PC8080 (setting it to false should probably be the new default)
...
It can be controlled with a new "smoothing" attribute on the <video> component and/or overridden with a "smoothing" URL parameter set to either "true" or "false"
2016-05-03 09:11:02 -07:00