Skip to content

RobertPeip/Archie_MiSTer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acorn Archimedes for MiSTer Board

This is the port of Archie core from MiST by Stephen Leary

CURRENTLY THIS CORE IS IN BETA STATUS

  1. Basic internals are implemented.
  2. Basic Floppy disk support
  3. Sound support added but may not work in all situations.
  4. The core emulates a 4Mb A3000 type machine with an ARM2a with caches disabled for now (has an A3010 style joystick interface).
  5. Core runs at ~91% of an ARM2 @ 8Mhz when using VGA Modes.
  6. Some games now run. Expect issues.

Installation

Copy the *.rbf 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

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.

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.

About

Acorn Archimedes for MiSTer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Verilog 72.7%
  • VHDL 13.6%
  • SystemVerilog 6.6%
  • Coq 4.0%
  • Tcl 1.9%
  • Lua 1.0%
  • Batchfile 0.2%