summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0110pcr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0110pcr.h')
-rw-r--r--src/mame/video/tc0110pcr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/tc0110pcr.h b/src/mame/video/tc0110pcr.h
index 27d07241b0c..4b652996698 100644
--- a/src/mame/video/tc0110pcr.h
+++ b/src/mame/video/tc0110pcr.h
@@ -7,7 +7,7 @@ struct tc0110pcr_interface
};
class tc0110pcr_device : public device_t,
- public tc0110pcr_interface
+ public tc0110pcr_interface
{
public:
tc0110pcr_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
@@ -20,13 +20,13 @@ public:
DECLARE_WRITE16_MEMBER( step1_4bpg_word_w ); /* only 4 bits per color gun */
void restore_colors();
-
+
protected:
// device-level overrides
virtual void device_config_complete();
virtual void device_start();
virtual void device_reset();
-
+
private:
UINT16 * m_ram;
int m_type;