This repository contains Verilog modules used to support high score save/load for MiSTer arcade cores. There are currently two modules:
hiscore.v - MAME hiscore.dat derived hiscore load/save/autosave support for cores without built-in NVRAM saves nvram.v - Save/autosave support for systems with built-in NVRAM saves
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.