diff genesis.h @ 1413:3d7f668dce3d

Sonic 3 & Knuckles lock-on is now 100% functional with working saves
author Michael Pavone <pavone@retrodev.com>
date Thu, 22 Jun 2017 23:40:05 -0700
parents efa7225e0f07
children d94855080529
line wrap: on
line diff
--- a/genesis.h	Thu Jun 22 19:36:51 2017 -0700
+++ b/genesis.h	Thu Jun 22 23:40:05 2017 -0700
@@ -32,6 +32,7 @@
 	uint8_t         *zram;
 	void            *extra;
 	uint8_t         *save_storage;
+	void            *mapper_temp;
 	eeprom_map      *eeprom_map;
 	uint32_t        num_eeprom;
 	uint32_t        save_size;