mirror of
https://github.com/MiSTer-devel/Archie_MiSTer.git
synced 2026-04-19 03:04:04 +00:00
Update ReadMe.
This commit is contained in:
42
ReadMe.md
42
ReadMe.md
@@ -2,45 +2,39 @@
|
||||
|
||||
### This is the port of [Archie](https://github.com/mist-devel/mist-board/tree/master/cores/archie) core from MiST by Stephen Leary
|
||||
|
||||
**CURRENTLY THIS CORE IS IN BETA STATUS**
|
||||
|
||||
1. Basic internals are implemented.
|
||||
1. Basic Floppy disk support
|
||||
1. Sound support added but may not work in all situations.
|
||||
1. The core emulates a 4Mb A3000 type machine with an ARM2a with caches disabled for now (has an A3010 style joystick interface).
|
||||
1. Core runs at ~91% of an ARM2 @ 8Mhz when using VGA Modes.
|
||||
1. Some games now run. Expect issues.
|
||||
|
||||
## Installation
|
||||
|
||||
Copy the [*.rbf](https://github.com/MiSTer-devel/Archie_MiSTer/tree/master/releases) into a root folder of the SD card.
|
||||
Copy a version of a RiscOS ROM into the "Archie" folder, renaming it to `riscos.rom`.
|
||||
|
||||
### Floppy disk images
|
||||
### Reset
|
||||
* **warm reset:** short press ctrl-alt-alt or USER button.
|
||||
* **cold reset:** long press of above. RISCOS ROM will be reloaded and memory will be cleared.
|
||||
|
||||
### CMOS
|
||||
CMOS is automatically saved to cmos.dat if any modification (configure utility or others) is detected. To revert settings to default remove cmos.dat and **reload the core**.
|
||||
|
||||
### RTC
|
||||
Core gets current clock setting from Linux subsystem.
|
||||
|
||||
### Floppy disk images
|
||||
The current version supports two floppy drives. Floppy disk images ADF format and of exactly 819200 bytes in size are currently required. This is the most common format for the Acorn Archimedes.
|
||||
|
||||
Images named `floppy0.adf` and `floppy1.adf` (from Archie folder) are auto-inserted into the floppy disk drives on startup. Other images can be selected via the on-screen-display (OSD) which can be opened using the **WIN+F12** key combo.
|
||||
### Hard disk images
|
||||
Up to 2 hard disks images with extension HDF can be mounted. System has to be additionnaly configured.
|
||||
1) delete any existing cmos.dat file from Archie folder.
|
||||
2) Reload the core.
|
||||
3) Open command line (F12 or ctrl+F12) and type: configure idefsdiscs 1 (or 2 if you use two hard disks)
|
||||
4) Mount required image(s)
|
||||
5) Make a cold reset.
|
||||
|
||||
To save currently selected images, use OSD option "Save Settings"
|
||||
|
||||
## OSD Menu
|
||||
|
||||
If the ROM is recognized the core should boot into Risc OS.
|
||||
Press **Win+F12** to open the OSD menu.
|
||||
|
||||
* Floppy 0: Choose the floppy disk images to use for floppy 0
|
||||
* Floppy 1: Choose the floppy disk images to use for floppy 1
|
||||
* OS ROM: Choose the RISCOS rom to use
|
||||
* Save config: Save current config for next boot
|
||||
|
||||
You can move to other pages of settings by pressing the right arrow key.
|
||||
|
||||
## Notes
|
||||
|
||||
* CPU module (amber23) has no reset signal, so the only way to reset the core is to reload it. MiSTer will help to reload the core if **USER** button is pressed (or reset combo pressed on keyboard) and core file is named as **"Archie.rbf"**. Otherwise you can reload the core manually from menu (**Win+Alt+F12**).
|
||||
|
||||
|
||||
# License
|
||||
|
||||
This core uses the Amber CPU core from OpenCores which is LGPL.
|
||||
The core itself is dual licensed LGPL/BSD.
|
||||
|
||||
Reference in New Issue
Block a user