summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rainbow.cpp
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2018-05-01 22:04:06 -0400
committer arbee <rb6502@users.noreply.github.com>2018-05-01 22:04:06 -0400
commit45977d9baa18dd73d96061cb9f7961539538873f (patch)
tree5cb42c8e377b20ecb317cbc054d7d36e96524549 /src/mame/drivers/rainbow.cpp
parent4f10cca061766fc29297ea973bc8a2b2bf5d077a (diff)
More GCC 8 (nw)
Diffstat (limited to 'src/mame/drivers/rainbow.cpp')
-rw-r--r--src/mame/drivers/rainbow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rainbow.cpp b/src/mame/drivers/rainbow.cpp
index d50c9d4bde6..9356e686e68 100644
--- a/src/mame/drivers/rainbow.cpp
+++ b/src/mame/drivers/rainbow.cpp
@@ -1678,7 +1678,7 @@ void rainbow_state::hdc_reset()
// Return 'hard_disk_file' object for harddisk 1 (fixed).
// < nullptr if geometry is insane or other errors occured >
-hard_disk_file *(rainbow_state::rainbow_hdc_file(int drv))
+hard_disk_file *rainbow_state::rainbow_hdc_file(int drv)
{
m_hdc_drive_ready = false;