mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-03-03 01:48:28 +00:00
Page:
ARC Files
Pages
ARC Files
AtariGameCompatibilityList
AtariMassStorage
AtariSTRoadmap
Board13
ChangingBootAndOSDFont
Configuration files (.ini)
Contributions
CoreDocAmiga
CoreDocAmstrad
CoreDocApple2
CoreDocArcade
CoreDocArchimedes
CoreDocAtari2600
CoreDocAtari5200
CoreDocAtari800
CoreDocC64
CoreDocColeco
CoreDocMSX
CoreDocNES
CoreDocPCE
CoreDocSMS
CoreDocSNES
CoreDocSpectrum
CoreDocTOC
CoreStatus
Displays
FPGA Projects
FaQ
GettingStarted
Home
HowTheAtariStCoreWorks
HowTheMinimigCoreWorks
HowToCompileTheCore
HowToCompileTheFirmware
HowToDevelopForTheMist
HowToInstallTheFirmware
JoystickShortcuts
Midi
MidiAddon
MinimigMassStorage
Peripherals
Pins
PortingCores
PwrDcJack
RomManagement
SDCardSetup
ScartCable
TG68SDRAM
TheBoard
Troubleshooting
USBJoystickMapping
Updating the IO Controller Via Bossa Under Linux & MacOS
Usb2Serial
UsbRtc
UserVideos
UsingAByteBlaster
VideoLinks
WhatIsThis
YPbPr_Cable
Clone
4
ARC Files
retrofun edited this page 2025-09-07 21:28:35 +02:00
Table of Contents
What is an ARC file?
This is a file that contains additional information to relate the core RBF file with the core ROM file. It also has configuration information for the core and it can contain DIP switch definitions.
Structure
The order of the elements is important.
| Element | Compulsory | Meaning |
|---|---|---|
| [ARC] | Yes | Header |
| RBF | Yes | Name in capital letters of the RBF file without the extension |
| NAME | Yes | Name of the .ROM file to load in capital letters, without the extension |
| MOD | Yes | Configuration byte for the core. It can be hex if 0x is used |
| DEFAULT | No | Default value for the status word if DIP; is used in the config string |
| DIR | No | Default directory to open files. If not specified, NAME is used. |
| CONF | No | Config string. One entry per line. |
| VHD | No | Default vhd file name. |
| BUTTONS | No | Comma separated list of custom button names for joystick button OSD mapping. |
| CFG_FILE_N | No | Configuration file MINIMIG[n].CFG to use for Minimig core. n = 0-99. |
The bit 0 of the status word cannot be defined as it used for reset. Names for rom and rbf files should be shorter than 8 letters.
Full Example
Note that the config string in the core needs to have "DIP;" defined in it in order to get the CONF lines parsed.
[ARC]
RBF=JTSZ
NAME=LWINGS
MOD=0
DEFAULT=0xFFFFFFFF
CONF="O8,Test mode,On,Off"
CONF="O9,Flip Screen,On,Off"
CONF="OAB,Lives,6,4,5,3"
CONF="OCD,Coin B,4/1,2/1,3/1,1/1"
CONF="OEF,Coin A,2/4,1/2,1/3,1/1"
CONF="OG,Continue play,Off,On"
CONF="OHI,Difficulty,Hardest,Easy,Hard,Medium"
CONF="OJ,Demo Sounds,Off,On"
CONF="OK,Allow Continue,No,Yes"
CONF="OLN,Bonus Life,None,30k/60k,30k/80k,20k/60k,40k/10k0,20k/70k,30k/70k,20k/50k"
Home
MiST User Guides
- What is it?
- FAQ
- Board overview
- Installing firmware
- Joystick mapping
- Peripherals
- Projects it is based on
- Rom Management
- Setting up a mist.ini file
- Using a custom font
- Tested Displays/Upscalers
- Troubleshooting
- Videos
- User Videos
User Guides of MiST cores
- Getting Started
- Current core status
- Joy/Keyboard/On-board Shortcuts
- MIDI support
- SD card setup
- Startup menu
Cores
- Acorn Archimedes
- Amstrad CPC
- Amstrad CPC - alternative
- Apogee BK-01/Radio86RK
- Apple I
- Apple II+
- Apple //e
- Apple Macintosh
- Atari 800
- Atari ST
- Atari ST/STe (mistery)
- BBC Micro
- BK0011M
- Commodore 16/Plus4
- Commodore 64
- Commodore Amiga (AGA)
- Commodore PET
- Commodore VIC-20
- Elan Enterprise
- Exidy Sorcerer
- HT1080Z (TRS80 I clone)
- LM80C
- Luxor ABC 80
- Mattel Aquarius
- Miles Gordon SAM Coupe
- MSX
- Ondra SPO 186
- Oric
- PC (Next186)
- PC (XT)
- Primo
- Sinclair QL
- Sinclair ZX80/ZX81
- Sinclair ZX Spectrum
- Sinclair ZX Spectrum 48K - alternative
- Sinclair ZX Spectrum Next
- Specialist/MX
- Tandy TRS-80 Model I
- Tandy TRS-80 Color Computer
- Texas Instruments TI-99/4A
- TSConf
- Vector-06C
- Videoton TVC
- Vtech Video Technology Laser 350/500/700
Console cores
- Atari 2600
- Atari 5200
- Atari 7800
- Bally Astrocade
- Coleco ColecoVision
- GCE Vectrex
- Intellivision
- Nec PC Engine/TurboGrafx-16
- Nintendo Gameboy
- Nintendo NES
- Nintendo SNES
- Philips Videopac/Odyssey²
- Philips Videopac/Odyssey² - alternative
- Sega Genesis/Megadrive
- Sega Master System
- SNK Neo Geo MVS/AES
Arcade cores
Hardware add-ons
For Core Developers
- Developing for MiST
- FPGA projects list
- How to compile cores
- MIST developer tutorials
- Porting cores
- SDRAM details
- ARC files
- MRA files
Hardware Development
MiST FPGA - One Chip to Rule Them All