mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-13 07:09:49 +00:00
Save settings -> Save NVRAM
This commit is contained in:
parent
bbd38ee214
commit
1855f122b9
@ -18,7 +18,7 @@
|
||||
-- MRA utilty: https://github.com/sebdel/mra-tools-c
|
||||
--
|
||||
-- Some games are storing settings/high scores in a non-volatile RAM. It can be saved to
|
||||
-- the SD Card with the "Save settings" option in the OSD menu. It'll be restored when
|
||||
-- the SD Card with the "Save NVRAM" option in the OSD menu. It'll be restored when
|
||||
-- the core is loaded next time.
|
||||
--
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
@ -59,7 +59,7 @@ localparam CONF_STR = {
|
||||
"O4,Spinner speed,Low,High;",
|
||||
"DIP;",
|
||||
"O7,Service,Off,On;",
|
||||
"R2048,Save settings;",
|
||||
"R2048,Save NVRAM;",
|
||||
"T0,Reset;",
|
||||
"V,v2.0.",`BUILD_DATE
|
||||
};
|
||||
|
||||
@ -72,7 +72,7 @@ Copy the ROM files to the root of the SD Card.
|
||||
MRA utilty: https://github.com/sebdel/mra-tools-c
|
||||
|
||||
Some games are storing settings/high scores in a non-volatile RAM. It can be saved to
|
||||
the SD Card with the "Save settings" option in the OSD menu. It'll be restored when
|
||||
the SD Card with the "Save NVRAM" option in the OSD menu. It'll be restored when
|
||||
the core is loaded next time.
|
||||
|
||||
Based on Darfpga's work:
|
||||
|
||||
@ -60,7 +60,7 @@ localparam CONF_STR = {
|
||||
"O6,Swap Joystick,Off,On;",
|
||||
"DIP;",
|
||||
"O7,Service,Off,On;",
|
||||
"R2048,Save settings;",
|
||||
"R2048,Save NVRAM;",
|
||||
"T0,Reset;",
|
||||
"V,v1.1.",`BUILD_DATE
|
||||
};
|
||||
|
||||
@ -23,7 +23,10 @@ C SPACE : Shift
|
||||
X Z : Oil
|
||||
Y X : Smoke
|
||||
|
||||
|
||||
-- The settings in the service mode can be preserved by choosing the "Save NVRAM"
|
||||
-- option in the OSD menu. It'll be saved to a .RAM file, and restored when the core
|
||||
-- is loaded.
|
||||
--
|
||||
---------------------------------------------------------------------------------
|
||||
-- DE10_lite Top level for Spy hunter (Midway MCR) by Dar (darfpga@aol.fr) (06/12/2019)
|
||||
-- http://darfpga.blogspot.fr
|
||||
|
||||
@ -55,7 +55,7 @@ localparam CONF_STR = {
|
||||
"O6,Service,Off,On;",
|
||||
"O8,Demo Sounds,Off,On;",
|
||||
"O9,Show Lamps,Off,On;",
|
||||
"R2048,Save settings;",
|
||||
"R2048,Save NVRAM;",
|
||||
"T0,Reset;",
|
||||
"V,v1.1.",`BUILD_DATE
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
-- MRA utility: https://github.com/sebdel/mra-tools-c/
|
||||
--
|
||||
-- Defender stores its settings and the high score table in a non-volatile RAM.
|
||||
-- It can be saved to the SD Card with the "Save settings" OSD option, and it'll
|
||||
-- It can be saved to the SD Card with the "Save NVRAM" OSD option, and it'll
|
||||
-- be restored next time the core is loaded.
|
||||
--
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
@ -42,7 +42,7 @@ localparam CONF_STR = {
|
||||
"O34,Scanlines,Off,25%,50%,75%;",
|
||||
"O5,Blend,Off,On;",
|
||||
"DIP;",
|
||||
"R256,Save settings;",
|
||||
"R256,Save NVRAM;",
|
||||
"T0,Reset;",
|
||||
"V,v1.2.",`BUILD_DATE
|
||||
};
|
||||
|
||||
@ -20,7 +20,7 @@ Usage:
|
||||
Note: the MRA files contains a dump of the CMOS RAM. It will be included in the generated ROM file.
|
||||
Change it for permanent settings (search for the format online). It's possible to change these values
|
||||
inside the core, with turning on "Auto-up" switch, and activate the "Advance" trigger in the OSD. Then
|
||||
it's possible to save these settings and high scores into a RAM file via the "Save settings" OSD item.
|
||||
it's possible to save these settings and high scores into a RAM file via the "Save NVRAM" OSD item.
|
||||
Refer to the arcade's user manual for further info.
|
||||
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ localparam CONF_STR = {
|
||||
"O6,Swap Joysticks,Off,On;",
|
||||
"O7,Auto up,Off,On;",
|
||||
"T8,Advance;",
|
||||
"R1024,Save settings;",
|
||||
"R1024,Save NVRAM;",
|
||||
"T0,Reset;",
|
||||
"V,v1.0.",`BUILD_DATE
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user