Skip to content

Commit

Permalink
Editing release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwildie committed Jan 1, 2024
1 parent d4291be commit bd2642f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# cromix-emu

A software emulation of Cromemco hardware to run Cromix Plus.

## Release 1.1
* Requires Java 17 runtime
* Minimal UI for 64FDC and STDC
Expand All @@ -12,17 +14,21 @@ The 64FDC drives can be ejected and loaded.

![UI Image](emu-ui.png)

Note: Changes to the disk image files are not automatically saved. You must use the Sync buttons to persist any changes.
Note: The emulator loads and operates on the 64FDC and STDC disk images in memory, changes to the disk image files are not automatically persisted to disk. You must use the Sync buttons to persist any changes.

The info icons display the STDC disk parameters and partition table.

![UI Image](emu-ui-info.png)

### Config file
### Boot device

The default boot device is configured in the boot section of the config file which is in yaml format, https://yaml.org/spec/1.2.2.

The config file is in yaml format, https://yaml.org/spec/1.2.2
Whilst running the boot device can be changed and the emulation rebooted via the UI.

#### Boot section
![Boot Image](emu-ui-boot.png)

* **board:** Can be either "Cromemco 64FDC" or "Cromemco STDC"
* **device:** The index of the device: 0,1,2,3 for the 64FDC or 0,1 for the STDC
* **unit:** Ignored for the 64FDC, the partition index for the STDC
Expand All @@ -32,6 +38,7 @@ The .hdd file must be converted to a raw image file using the mfm_util utility,

`mfm_util --emulation_file 20220705.D45.C1536.H16.master.hdd --extracted_data_file 20220705.D45.C1536.H16.master.img -a`

# Previous releases
## Release 1.0

Requires Java 8 (minimum) runtime
Expand Down
Binary file added emu-ui-boot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd2642f

Please sign in to comment.