summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gamate
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-10-22 12:34:30 +1100
committer Vas Crabb <vas@vastheman.com>2017-10-22 12:34:30 +1100
commit4c29419cab5f44db1d52e5f28cef42450406be2a (patch)
tree33939159a0d389f16e0e8f58a1acc86f7d44f263 /src/devices/bus/gamate
parentb39e7a994136b459905388496a94beff2f3810bd (diff)
srcclean (nw)
Diffstat (limited to 'src/devices/bus/gamate')
-rw-r--r--src/devices/bus/gamate/gamate_protection.cpp2
-rw-r--r--src/devices/bus/gamate/gamate_protection.h4
-rw-r--r--src/devices/bus/gamate/slot.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/gamate/gamate_protection.cpp b/src/devices/bus/gamate/gamate_protection.cpp
index d3c257c53fa..4128b554cd1 100644
--- a/src/devices/bus/gamate/gamate_protection.cpp
+++ b/src/devices/bus/gamate/gamate_protection.cpp
@@ -93,7 +93,7 @@ READ_LINE_MEMBER(gamate_protection_device::prot_r)
m_inpos++;
logerror("read from protection %01x\n", retval);
-
+
if (m_inpos == 8)
{
logerror("unlocking ROM\n");
diff --git a/src/devices/bus/gamate/gamate_protection.h b/src/devices/bus/gamate/gamate_protection.h
index 006307af344..5ee37ff3e20 100644
--- a/src/devices/bus/gamate/gamate_protection.h
+++ b/src/devices/bus/gamate/gamate_protection.h
@@ -15,7 +15,7 @@ public:
gamate_protection_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
bool is_protection_passed();
-
+
DECLARE_WRITE_LINE_MEMBER( prot_w );
DECLARE_READ_LINE_MEMBER( prot_r );
@@ -36,4 +36,4 @@ private:
};
#endif // MAME_BUS_GAMATE_PROTECTION_H
-
+
diff --git a/src/devices/bus/gamate/slot.cpp b/src/devices/bus/gamate/slot.cpp
index a74b4569b6e..40a1c7fdfaa 100644
--- a/src/devices/bus/gamate/slot.cpp
+++ b/src/devices/bus/gamate/slot.cpp
@@ -182,7 +182,7 @@ int gamate_cart_slot_device::get_cart_type(const uint8_t *ROM, uint32_t len)
case 0x8000:
type = GAMATE_PLAIN;
break;
-
+
case 0x10000:
case 0x20000:
case 0x40000: