41 Commits

Author SHA1 Message Date
jimmystones
31789f3b6b Fix check mask 2021-10-09 21:27:05 +01:00
jimmystones
762e6e266a Add change mask support to NVRAM module 2021-10-09 15:18:45 +01:00
jimmystones
d459a76e98 Add NVRAM support module and refactor docs 2021-10-05 18:17:40 +01:00
Jim Gregory
5512e34f69 Update README.MD 2021-09-20 23:09:26 +01:00
jimmystones
cd1d66c079 Fix turning on autosave w/o core reload
Previously, in order to enable autosave, you'd have to turn it on
using the OSD, then Save Settings, and then reload the core. This
commit fixes a bug preventing autosave from working as soon as it
was turned on. The problem was that a flag was not being reset when
one of the state machines exited if autosave was off, this
prevented the state machine from restarting properly the next time
the OSD was opened.
2021-09-09 14:34:32 +01:00
jimmystones
a0c6fb4260 Update README.MD 2021-09-09 14:27:07 +01:00
jimmystones
f57c3d0745 Output configured signal for menu mask 2021-09-04 23:04:02 +01:00
jimmystones
3620a4677f Add variable length change detection mask 2021-08-17 16:53:44 +01:00
jimmystones
5c753a6dca Add change detection mask, improve compare compatibility 2021-08-12 21:21:41 +01:00
jimmystones
aff237b080 Add autosave 2021-08-07 21:52:44 +01:00
jimmystones
f5995cfaac Improve reliability for picky cores 2021-08-03 16:43:29 +01:00
jimmystones
3ab0bdc43c Fix timer state 2021-08-02 11:10:44 +01:00
jimmystones
247ba5948e Split hiscore extraction from upload 2021-07-31 23:02:22 +01:00
jimmystones
243afffc04 Handle core pause before hiscore load 2021-05-14 19:59:13 +01:00
jimmystones
acdd1bd7f9 Fix port type 2021-04-20 19:27:28 +01:00
jimmystones
079919cc2d Update to version 7 2021-04-17 18:50:43 +01:00
JimmyStones
6f1f559503 Fix inconsistent check start behaviour 2021-03-30 14:49:12 +01:00
JimmyStones
072a80d120 Convert module to plain verilog 2021-03-29 18:44:30 +01:00
JimmyStones
d656c49ec6 Move tweakable parameters to MRA 2021-03-28 18:12:56 +01:00
JimmyStones
59c6c0f235 Tweak score check timing 2021-03-21 13:28:49 +00:00
JimmyStones
880e78c56a Update README 2021-03-20 09:15:10 +00:00
JimmyStones
db75dce1ee Add configurable score table width, clean up some stupid mistakes 2021-03-20 08:58:55 +00:00
JimmyStones
3328fc141b Fix ram_access assignment 2021-03-16 08:59:18 +00:00
Jim Gregory
191a186485 Merge pull request #2 from blackwine/master
Fix code snippet syntax
2021-03-15 14:06:06 +00:00
Kuba Winnicki
28a6acd4aa Fix code snippet syntax 2021-03-15 14:42:26 +01:00
Jim Gregory
06d2db4ae2 Merge pull request #1 from JimmyStones/README_fix_phoenix
Fix link to Phoenix
2021-03-14 19:40:49 +00:00
Steve
a19bb22b77 Fix link to Phoenix 2021-03-14 19:38:37 +00:00
JimmyStones
5b7608d132 Small fixes, readme update 2021-03-13 18:38:34 +00:00
JimmyStones
f4e4f16a9d Add repeated write support 2021-03-13 16:02:35 +00:00
JimmyStones
48754025d6 Add configurable ioctl indexes, readme fixes 2021-03-06 22:17:15 +00:00
JimmyStones
d59443ee50 Tidying, added version info 2021-03-06 09:06:34 +00:00
JimmyStones
ca148ef44d Simplify dpram module 2021-02-27 10:08:37 +00:00
JimmyStones
a6659260d1 Add variable length support 2021-02-27 10:08:09 +00:00
JimmyStones
9cba743cff Update README.MD 2021-02-25 20:39:16 +00:00
JimmyStones
9ebe10f1d6 Update readme, add licence 2021-02-25 17:52:42 +00:00
JimmyStones
4a12754582 Fix incorrect upload of highscore during initialisation 2021-02-25 15:41:20 +00:00
JimmyStones
d49d0c0ccd More readme 2021-02-25 14:18:38 +00:00
JimmyStones
9212122a21 Add new parameters and readme 2021-02-25 13:38:40 +00:00
JimmyStones
ff8e7efc7f Reduce waits and correct max address count 2021-02-23 18:02:18 +00:00
JimmyStones
39055e552d Add dedicated dpram module and comments 2021-02-23 17:58:12 +00:00
JimmyStones
edab47ce8a Initial commit 2021-02-23 17:13:03 +00:00