mirror of
https://github.com/MiSTer-devel/PCXT_MiSTer.git
synced 2026-04-26 03:04:30 +00:00
It is now possible to configure the disk image with serdrive at the following speeds: 19200, 38400, 115.2K, 230.4K, 460.8K and 921.6K.
5 lines
126 B
Bash
5 lines
126 B
Bash
#!/bin/bash
|
|
tmux new -d '../games/PCXT/serdrive -c 1 -b 460.8Kb ../games/PCXT/hdd.img'
|
|
echo hdd.img has been mounted on COM1
|
|
|