summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/lisa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/lisa.h')
-rw-r--r--src/mess/includes/lisa.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/includes/lisa.h b/src/mess/includes/lisa.h
index 10cc368119b..3c56892ed96 100644
--- a/src/mess/includes/lisa.h
+++ b/src/mess/includes/lisa.h
@@ -16,7 +16,7 @@
#define KB_COP421_TAG "kbcop"
/* lisa MMU segment regs */
-struct real_mmu_entry
+struct real_mmu_entry
{
UINT16 sorg;
UINT16 slim;
@@ -25,7 +25,7 @@ struct real_mmu_entry
/* MMU regs translated into a more efficient format */
enum mmu_entry_t { RAM_stack_r, RAM_r, RAM_stack_rw, RAM_rw, IO, invalid, special_IO };
-struct mmu_entry
+struct mmu_entry
{
offs_t sorg; /* (real_sorg & 0x0fff) << 9 */
mmu_entry_t type; /* <-> (real_slim & 0x0f00) */
@@ -48,7 +48,7 @@ enum clock_mode_t
}; /* clock mode */
/* clock registers */
-struct clock_regs_t
+struct clock_regs_t
{
long alarm; /* alarm (20-bit binary) */
int years; /* years (4-bit binary ) */
@@ -68,7 +68,7 @@ struct clock_regs_t
enum clock_mode_t clock_mode;
};
-struct lisa_features_t
+struct lisa_features_t
{
unsigned int has_fast_timers : 1; /* I/O board VIAs are clocked at 1.25 MHz (?) instead of .5 MHz (?) (Lisa 2/10, Mac XL) */
/* Note that the beep routine in boot ROMs implies that