-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from chinenual/develop
Fix bug #79
- Loading branch information
Showing
7 changed files
with
52 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Synergize | ||
|
||
When built for development, use cntl-D to toggle Chrome Developer Tools. | ||
|
||
# SYNHCS | ||
|
||
## Setup | ||
|
||
* compile interceptty | ||
* install DOSBox | ||
* install Z80 emulator Z80MU | ||
* setup DOSBox config. add: | ||
``` | ||
serial1=directserial realport:ttys002 | ||
mount C "/Users/tynor/Documents/DOSBox/SYNHCS" | ||
mount A "/Users/tynor/Documents/DOSBox/SYNHCS/SYNHCS/CARTS" | ||
mount B "/Users/tynor/Documents/DOSBox/SYNHCS/SYNHCS/VOICES/Internal" | ||
C: | ||
``` | ||
|
||
## run | ||
|
||
* run interceptty and take note of device it allocates. after it starts ls -l /tmp/tty.proxy to find the pty to use for dosbox. Edit the DOSBox preferences accordingly | ||
|
||
``` | ||
~/src/3rdParty/interceptty/interceptty -v /dev/cu.usbserial-AL05OC8S /tmp/tty.proxy | ||
``` | ||
|
||
* Start DOSBox | ||
* Start Z80MU | ||
* Start SYNHCS | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VERSION=2.6.0 | ||
VERSION=2.6.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package main | ||
|
||
const Version = "2.6.0" | ||
const Version = "2.6.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters