diff options
author | 2012-09-17 06:49:13 +0000 | |
---|---|---|
committer | 2012-09-17 06:49:13 +0000 | |
commit | e25c13f2532730ebf50d0cffa0147393fd8e0228 (patch) | |
tree | a6c25d1de7041f26afed559dbc6670fa550e6b41 /src/mess/includes/lisa.h | |
parent | f97e8f00818bd8d898facc206ed33ab72cf10a75 (diff) |
Clean-ups and version bumpmame0147
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
Diffstat (limited to 'src/mess/includes/lisa.h')
-rw-r--r-- | src/mess/includes/lisa.h | 8 |
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 |