1
0
mirror of https://github.com/livingcomputermuseum/Darkstar.git synced 2026-01-12 00:42:59 +00:00

28 Commits

Author SHA1 Message Date
Josh Dersch
958719775c Merge branch 'master' of https://github.com/livingcomputermuseum/Darkstar 2023-09-27 16:18:07 -07:00
Josh Dersch
bb52985dea Adding CP microcode and IOP 8085 sources. 2023-09-27 16:17:41 -07:00
Living Computers: Museum+Labs
0511a45b8e
Merge pull request #11 from devhawala/v1.1.9
V1.1.9
2020-12-24 23:47:03 -08:00
dev hawala
5b4d9baa50 Minor reworks to incorporate comments on pull-request #11 for v1.1.9 2020-12-22 23:29:11 +01:00
dev hawala
3401a70af8 Updated Readme-files, minor for to PrintUsage() 2020-12-18 22:47:05 +01:00
dev hawala
a109b60e94 Some useful improvements/changes to Darkstar
new functionality
- ethernet: new network device for direct connection to a Dodo
  NetHub (instead of going through a real network device)
- configuration-dialog: extensions for selecting and configuring
  the NetHub connection
- command-line: new optional parameter "-start" for starting the
  emulator when the UI is ready
- configuration-file: added new parameters to match the items that
  can be specified through the UI, also to autostart the system
  new entries: NetHubHost, NetHubPort, AltBootMode, Start
  (see the sample config-file in star_os_5.0.zip for all options)

changes/fixes:
- development: use of SharpDevelop with .net 4.5
- ethernet: add 2 extra zero-words to prevent packets larger
  than 56 bytes from being ignored by the ethernet microcode
- configuration-dialog: allow to specify 48 bit machine-ids
  (only 40 significant bits were accepted so far)
- display: reversed the order of the pattern lines to match the
  background pattern in the main display area
2020-12-18 13:13:44 +01:00
Josh Dersch
5b292b02e8 Fixed accidental breakage of Ethernet; added BSD license to Beeper.cs; fixed up readme.txt to reflect latest status. 2020-11-18 00:26:25 -08:00
Living Computers: Museum+Labs
acb47d8c5e
Update README.md 2019-07-31 13:54:20 -07:00
Josh Dersch
85dd432e9b Small tweaks, updated readme. v1.1 2019-07-31 12:57:42 -07:00
Josh Dersch
0a6187ab01 Completed support for the keyboard beeper. The Star can now beep at you. 2019-05-26 00:34:59 -07:00
Josh Dersch
e1a2b549a0 Initial stab at keyboard beeper. 2019-05-24 18:40:52 -07:00
Josh Dersch
1c24c4642d Added write support for floppies. Small tweak to TOD clock handling. Updated readme for forthcoming 1.1 release. 2019-05-23 17:29:05 -07:00
Josh Dersch
a69e764da3 Added option to stretch the display in fullscreen mode. 2019-05-20 18:01:13 -07:00
Josh Dersch
1ccf7589b3 Merge branch 'master' of https://github.com/livingcomputermuseum/Darkstar 2019-05-20 16:52:44 -07:00
Josh Dersch
b3176ad584 Added Fullscreen support and a few shortcut keys. Modified TOD clock reset (if No Change is selected, the Power Loss flag is set at emulation reset). Added -config and -rompath startup flags. 2019-05-20 16:52:35 -07:00
Living Computers: Museum+Labs
46902d432e
Update README.md 2019-03-29 12:14:14 -07:00
Josh Dersch
1349734125 Updated UI for minor version update. Cleaned up hard disk commit code to deal with failure cases without destroying original images. Tweaked Ethernet config to allow on-the-fly host adapter changes. Updated readme. v1.0.0.1 2019-03-29 12:08:09 -07:00
Josh Dersch
b6d1bb5837 Cleanup after ethernet fix. 2019-03-29 09:43:38 -07:00
Josh Dersch
bc5e287a9e Fix for lost word on received Ethernet packets; <-EIData on non-c2 cycles returns last dequeued word from rcv FIFO. 2019-03-28 15:49:12 -07:00
Living Computers: Museum+Labs
ea56284992
Merge pull request #3 from johnlunney/patch-1
Make the first heading render correctly
2019-03-18 15:50:58 -07:00
Josh Dersch
63c3ddd8a7 Improvements to Ethernet receiver; packets usually make it through unscathed. Still random cases of a single word being dropped randomly in the middle of packets. 2019-03-13 23:53:59 -07:00
johnl
c96e96873d
Make the first heading render correctly 2019-03-12 10:04:25 +01:00
Josh Dersch
8356fca5ab Merge branch 'master' of https://github.com/livingcomputermuseum/Darkstar 2019-02-21 18:31:20 -08:00
Josh Dersch
7ccd1f9e4c Tweaks for ncap (replacement for winpcap), small fix for ethernet controller. 2019-02-21 18:31:14 -08:00
Living Computers: Museum+Labs
bdc2f6280a
Update README.md to make it more clear where to find precompiled binaries. 2019-01-23 17:50:27 -08:00
Josh Dersch
45b84b5a61 Added proper icon for executable. 2019-01-15 13:03:08 -08:00
Josh Dersch
aedcf2dd71 Initial commit to public repository. v1.0 2019-01-15 12:55:18 -08:00
Living Computers: Museum+Labs
dbeb0ed280
Initial commit 2019-01-15 12:40:03 -08:00