summaryrefslogtreecommitdiff
path: root/romdb.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2021-02-15 11:24:06 -0800
committerMichael Pavone <pavone@retrodev.com>2021-02-15 11:24:06 -0800
commitdcb57030108d8ed37fe5e28b06a830f7f4a20ccf (patch)
tree9bdcb0c26ec963433b7f78c2ebb9b266a8692885 /romdb.h
parent59887b4ad62925212ff7fda6c8f6aa9feaf93bf9 (diff)
Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Diffstat (limited to 'romdb.h')
-rw-r--r--romdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/romdb.h b/romdb.h
index 00524db..0589bfb 100644
--- a/romdb.h
+++ b/romdb.h
@@ -11,6 +11,7 @@
#define RAM_FLAG_MASK RAM_FLAG_ODD
#define SAVE_I2C 0x01
#define SAVE_NOR 0x02
+#define SAVE_HBPT 0x03
#define SAVE_NONE 0xFF
#include "tern.h"