Commit Graph

15 Commits

Author SHA1 Message Date
Tony
5fb705a2d8 Additional updates 2020-08-15 19:22:14 -05:00
akuker
15f36ecd30 #16 Lots more refactoring.... doesn't work anymore... work in progress 2020-08-09 20:11:52 -05:00
akuker
baeef717c4 Print out build date of software and note that this is the 68kmla version on the startup banner 2020-08-09 14:15:47 -05:00
akuker
1a64c9b5de Broke HUGE disk.cpp file into smaller class files 2020-08-09 13:58:42 -05:00
Chris Pickel
46e03a4026 Reimplement ParseArgs() with getopt()
The command-line interface is intended to be equivalent. For example,
consider this command:

    $ rascsi -ID0 zero.hda -ID1 one.hda

This is no longer two pairs (ID0, zero.hda), (ID1, one.hda), but a
sequence of commands:

* -I: next disk is SCSI (not SASI)
* -D 0: next disk is device 0
* zero.hda: set up disk
* -I: next disk is SCSI (not SASI)
* -D 1: next disk is device 1
* one.hda: set up disk

Since SCSI is [now] the default, this could equivalently be:

    $ rascsi -d 0 zero.hda -d 1 one.hda
2020-08-09 07:52:58 +01:00
Chris Pickel
8b340fde89 Split config parsing and arg parsing functions 2020-08-09 02:30:17 +01:00
akuker
7a697309e2 Fix issue #8 - Code would return error when file was CORRECTLY opened and report success when it failed. 2020-07-09 20:20:18 -05:00
Tony Kuker
6bdb841dfc Cleanup to merge in with main branch 2020-07-09 15:34:29 -05:00
akuker
bd70788512 Added ability to use --help as well as -h to show usage info 2020-07-09 13:33:57 -05:00
akuker
13cafbc978 Added ability to use --help as well as -h to show usage info 2020-07-09 13:32:18 -05:00
akuker
64c621d36b Cleanup failed stuff.... 2020-07-07 16:41:12 -05:00
akuker
6fd6fdcc05 Failed attempt at monitoring the SCSI traffic. 2020-07-07 14:16:02 -05:00
Tony Kuker
f55de61aeb Additional translation from Japanese to English. Shouldn't be any functional changes. Most of the work was done by Google Translate 2020-07-05 22:56:25 -05:00
Tony Kuker
00186fd77e Merged in RASCSI version 1.47 and re-generated english PDF 2020-07-04 09:57:44 -05:00
Xavier Rey-Robert
35866cfb84 first commit 2018-05-03 15:47:57 +02:00