diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-05-02 21:06:12 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-05-02 21:06:12 -0700 |
commit | 8ae355e07f2b452cb5bef4afbf451f02df02349e (patch) | |
tree | ffb83faa23a277afe2da3864f084283a2c5e7832 /blastem.h | |
parent | 2a38f79ded7f040c2f8b1b9cccdfca7d970530df (diff) |
Very basic support for S&K lock-on. Needs more work for full functionality.
Diffstat (limited to 'blastem.h')
-rw-r--r-- | blastem.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |