diff options
| author | 2015-09-30 08:29:01 +0200 | |
|---|---|---|
| committer | 2015-09-30 08:29:01 +0200 | |
| commit | 8e4ced4b531ac52fb764d9374a7c215bc62a890a (patch) | |
| tree | c29767f6a9f305bac993eaaf1ca268e85cf0427c /src/devices/machine/vt82c496.h | |
| parent | 9fd990dea821ddca94916fa3eed0aef824eb08ea (diff) | |
Cleanups and version bumpmame0166
Diffstat (limited to 'src/devices/machine/vt82c496.h')
| -rw-r--r-- | src/devices/machine/vt82c496.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/devices/machine/vt82c496.h b/src/devices/machine/vt82c496.h index d4ee6c559aa..4e1a79a0943 100644 --- a/src/devices/machine/vt82c496.h +++ b/src/devices/machine/vt82c496.h @@ -2,7 +2,7 @@ // copyright-holders:Barry Rodewald /* - VIA VT82C496G "Green PC" system chipset + VIA VT82C496G "Green PC" system chipset */ @@ -40,14 +40,14 @@ protected: private: const char* m_cpu_tag; const char* m_region_tag; -// cpu_device* m_maincpu; +// cpu_device* m_maincpu; address_space* m_space; ram_device* m_ram; UINT8* m_rom; - + UINT8 m_reg[0x100]; UINT8 m_reg_select; - + void update_mem_c0(UINT8 data); void update_mem_d0(UINT8 data); void update_mem_e0(UINT8 data); @@ -58,4 +58,3 @@ extern const device_type VT82C496; #endif /* __VT82C496_H__ */ - |
