summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/prof80mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/prof80mmu.h')
-rw-r--r--src/mess/machine/prof80mmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/prof80mmu.h b/src/mess/machine/prof80mmu.h
index d5de2f52650..f7407ddb208 100644
--- a/src/mess/machine/prof80mmu.h
+++ b/src/mess/machine/prof80mmu.h
@@ -33,7 +33,7 @@
// ======================> prof80_mmu_device
class prof80_mmu_device : public device_t,
- public device_memory_interface
+ public device_memory_interface
{
public:
prof80_mmu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);