* bump version number

* implement 32bit reads to keypad registers
* also implement RCNT more properly
This commit is contained in:
StapleButter
2017-06-04 22:34:31 +02:00
parent c2fa561e40
commit fb1eb43fb4
4 changed files with 59 additions and 8 deletions

View File

@ -19,7 +19,7 @@
#ifndef VERSION_H
#define VERSION_H
#define MELONDS_VERSION "0.3"
#define MELONDS_VERSION "0.4"
#define MELONDS_URL "http://melonds.kuribo64.net/"