summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/lbaenhancer.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2024-11-25 03:37:11 +1100
committer Vas Crabb <vas@vastheman.com>2024-11-25 03:37:11 +1100
commit116c0bf38433f7294ba7713a23fa48f00370341b (patch)
tree5c7bc16890a310a25533983b1f86c0da6c1e206b /src/devices/bus/isa/lbaenhancer.h
parenteaeac3f65f5ac8813f69f26c61c49f9f8503e889 (diff)
Cleanup:
* toaplan/mjsister.cpp: Use memory share creator for VRAM, put banked ROM in its own region so the fixed ROM region can be sized correctly. * cpu/s2650: Use util::sext rather than goofy lookup table. * Fixed a lot more #include guards that didn't match header paths.
Diffstat (limited to 'src/devices/bus/isa/lbaenhancer.h')
-rw-r--r--src/devices/bus/isa/lbaenhancer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/isa/lbaenhancer.h b/src/devices/bus/isa/lbaenhancer.h
index 6612e1ea602..c025752ede2 100644
--- a/src/devices/bus/isa/lbaenhancer.h
+++ b/src/devices/bus/isa/lbaenhancer.h
@@ -6,8 +6,8 @@
**********************************************************************/
-#ifndef MAME_BUS_ISA_LBA_ENHANCER_H
-#define MAME_BUS_ISA_LBA_ENHANCER_H
+#ifndef MAME_BUS_ISA_LBAENHANCER_H
+#define MAME_BUS_ISA_LBAENHANCER_H
#pragma once
@@ -41,4 +41,4 @@ private:
// device type definition
DECLARE_DEVICE_TYPE(ISA8_LBA_ENHANCER, lba_enhancer_device)
-#endif // MAME_BUS_ISA_LBA_ENHANCER_H
+#endif // MAME_BUS_ISA_LBAENHANCER_H