summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-05-02 21:06:12 -0700
committerMichael Pavone <pavone@retrodev.com>2016-05-02 21:06:12 -0700
commit8ae355e07f2b452cb5bef4afbf451f02df02349e (patch)
treeffb83faa23a277afe2da3864f084283a2c5e7832 /blastem.h
parent2a38f79ded7f040c2f8b1b9cccdfca7d970530df (diff)
Very basic support for S&K lock-on. Needs more work for full functionality.
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index eb1cc74..b096eb5 100644
--- a/blastem.h
+++ b/blastem.h
@@ -27,6 +27,7 @@ struct genesis_context {
psg_context *psg;
genesis_context *next_context;
uint16_t *cart;
+ uint16_t *lock_on;
uint16_t *work_ram;
uint8_t *zram;
void *extra;