diff options
author | 2013-03-19 07:22:20 +0000 | |
---|---|---|
committer | 2013-03-19 07:22:20 +0000 | |
commit | 0e1f5ad25b25df7c2ec707ec45c544288eb3c683 (patch) | |
tree | eeef04fdf999692be30c25457fb9b329e1dbfdde /src/mess/machine/gb_slot.h | |
parent | 86614c802b9d611d83520fdb43388ae51d31f553 (diff) |
Cleanups and version bumpmame0148u2
Diffstat (limited to 'src/mess/machine/gb_slot.h')
-rw-r--r-- | src/mess/machine/gb_slot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/gb_slot.h b/src/mess/machine/gb_slot.h index b0915de5901..fe7ff000afa 100644 --- a/src/mess/machine/gb_slot.h +++ b/src/mess/machine/gb_slot.h @@ -147,7 +147,7 @@ public: virtual DECLARE_READ8_MEMBER(read_ram); virtual DECLARE_WRITE8_MEMBER(write_ram); - + protected: // Donkey Kong Land 2 + 3 store SGB border tiles differently... this will be hopefully be removed when SGB is properly emulated! int m_sgb_hack; |