Commit Graph

13 Commits

Author SHA1 Message Date
Seth Morabito 9df1c01c50 Support for 8;7;3 firmware
The simulator now supports executing the 8;7;3 firmware in
addition to 8;7;5. Additionally, several keycodes were fixed.
2022-09-11 16:59:44 -07:00
Seth Morabito b7e829d303 Rudimentary MacOS support 2022-09-02 14:57:50 -07:00
Seth Morabito 4da6d592e6 Use git submodule instead of dmd_core.a
This commit introduces building the dmd_core.a static library
from source as a Git submodule.
2021-04-19 11:40:29 -07:00
Seth Morabito fe43f3d8d8 Version 1.3.0 - Local shell emulation
This change removes the built-in telnet capability in favor of allowing
the user to run an arbitrary shell command, essentially turning the
DMD5620 emulator into a local terminal emulator.

The options to specify host and port have been removed. In their place,
an option to supply a shell command to execute has been added. If it
is not supplied, the user's default login shell will be used.

A second option has been added to allow the user to specify whether
backspace generates ^H (the default), or ^? (DEL).

A rudimentary manpage has been added.
2021-04-17 17:21:29 -07:00
Seth Morabito 51ca216aa7 Upgrade to libdmd_core 0.6.3
- Improved timing and sleep delay
- Bump version to 1.2.0
2018-12-31 17:50:45 -08:00
Seth Morabito 80582b38dc Use libdmd_core 0.6.2, fix Telnet issue 2018-12-29 18:56:42 -08:00
Seth Morabito 9e51fae8ff Use dmd_core 0.4.0. Support for bell (^G) char 2018-12-19 21:58:19 -08:00
Seth Morabito 60c855d45a Refactor and cleanup.
- Refactored and cleaned up code
- Renamed project to 'dmd5620'
- Added icon resources
2018-12-19 15:21:21 -08:00
Seth Morabito 7cc43974df Refactor for dmd_core 0.3.0, libtelnet 2018-12-17 22:04:07 -08:00
Seth Morabito 87c93b6a61 Incredibly hokey but getting there 2018-12-15 20:29:06 -08:00
Seth Morabito 2f77975f65 Running the DMD core. 2018-12-14 22:53:45 -08:00
Seth Morabito a2d6cd5369 Successfully build Rust library 2018-12-14 20:57:06 -08:00
Seth Morabito a98cf690fc Initial experimental playground 2018-12-14 20:37:57 -08:00