comparison romdb.h @ 2027:0f54a898db03

Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
author Michael Pavone <pavone@retrodev.com>
date Mon, 15 Feb 2021 11:24:06 -0800
parents d60f2d7c02a5
children 3748a2a8a4b7
comparison
equal deleted inserted replaced
2026:aa338eb0eded 2027:0f54a898db03
9 #define RAM_FLAG_EVEN 0x10 9 #define RAM_FLAG_EVEN 0x10
10 #define RAM_FLAG_BOTH 0x00 10 #define RAM_FLAG_BOTH 0x00
11 #define RAM_FLAG_MASK RAM_FLAG_ODD 11 #define RAM_FLAG_MASK RAM_FLAG_ODD
12 #define SAVE_I2C 0x01 12 #define SAVE_I2C 0x01
13 #define SAVE_NOR 0x02 13 #define SAVE_NOR 0x02
14 #define SAVE_HBPT 0x03
14 #define SAVE_NONE 0xFF 15 #define SAVE_NONE 0xFF
15 16
16 #include "tern.h" 17 #include "tern.h"
17 #include "serialize.h" 18 #include "serialize.h"
18 19