summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pet.h
diff options
context:
space:
mode:
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)
{ }
};