Skip to content

eniva/fpga-hiscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

fpga-hiscore

This is a SystemVerilog solution to support high scores found in arcade games.

MiSTer Enhanced Experience Logo

fpga-hiscore is part of the MiSTer Enhanced Experience project aimed at improving the MiSTer experience. For more information, please check out the Enex wiki.

Features

  • High score support
  • Save/Load scores

Implementation

HISCORE #() hiscore (
	.clk(clk_sys),
	.reset(reset),
	.enable(hiscore_en),
	.addrinput(),
	.datainput(),
	.db(),
);

[WIP]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published