summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pet.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-11-26 10:37:58 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2014-11-26 10:37:58 +0100
commitebeaa953a3a6ae98842b4a169bc95e5f3c673d8c (patch)
tree41959790c00308fc3cac9c71176709f53683151d /src/mess/includes/pet.h
parent18b8ce2f9467ae23672cea11f4a3fc5e42e24b9c (diff)
Cleanups and version bumpmame0156
Diffstat (limited to 'src/mess/includes/pet.h')
-rw-r--r--src/mess/includes/pet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/pet.h b/src/mess/includes/pet.h
index 0335faf4b58..d4572a99c05 100644
--- a/src/mess/includes/pet.h
+++ b/src/mess/includes/pet.h
@@ -236,7 +236,7 @@ public:
class cbm8096_state : public pet80_state
{
public:
- cbm8096_state(const machine_config &mconfig, device_type type, const char *tag) :
+ cbm8096_state(const machine_config &mconfig, device_type type, const char *tag) :
pet80_state(mconfig, type, tag)
{ }
};