diff options
| author | 2012-12-17 07:22:20 +0000 | |
|---|---|---|
| committer | 2012-12-17 07:22:20 +0000 | |
| commit | 436d2f757f0c32573ea41013e8b10ca07ed6fc08 (patch) | |
| tree | 77fc28a1edb618f19ae38071ed1b7c3316d41f5e /src/mess/machine/comx_ram.h | |
| parent | 449da4bc62a76ac132892d0f9e7e506fdf5eb586 (diff) | |
Cleanups and version bumpmame0147u4
Diffstat (limited to 'src/mess/machine/comx_ram.h')
| -rw-r--r-- | src/mess/machine/comx_ram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/comx_ram.h b/src/mess/machine/comx_ram.h index 805677cb1c7..95b86205f41 100644 --- a/src/mess/machine/comx_ram.h +++ b/src/mess/machine/comx_ram.h @@ -44,7 +44,7 @@ protected: private: optional_shared_ptr<UINT8> m_ram; - + int m_bank; }; |
