mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
SWTP6800: Adjust indentation
This commit is contained in:
parent
839103b292
commit
21cd2a4e25
@ -75,11 +75,11 @@ int32 BOOTROM_get_mbyte(int32 offset);
|
||||
|
||||
UNIT BOOTROM_unit = {
|
||||
#if defined(DONT_USE_INTERNAL_ROM)
|
||||
UDATA (NULL, UNIT_ATTABLE+UNIT_BINK+UNIT_ROABLE+UNIT_RO, 0),
|
||||
UDATA (NULL, UNIT_ATTABLE+UNIT_BINK+UNIT_ROABLE+UNIT_RO, 0),
|
||||
#else /* !defined(DONT_USE_INTERNAL_ROM) */
|
||||
UDATA (NULL, UNIT_ATTABLE+UNIT_BINK+UNIT_ROABLE+UNIT_RO+((BOOT_CODE_SIZE>>9)<<UNIT_V_MSIZE), BOOT_CODE_SIZE),
|
||||
UDATA (NULL, UNIT_ATTABLE+UNIT_BINK+UNIT_ROABLE+UNIT_RO+((BOOT_CODE_SIZE>>9)<<UNIT_V_MSIZE), BOOT_CODE_SIZE),
|
||||
#endif
|
||||
KBD_POLL_WAIT };
|
||||
KBD_POLL_WAIT };
|
||||
|
||||
MTAB BOOTROM_mod[] = {
|
||||
{ UNIT_MSIZE, UNIT_NONE, "None", "NONE", &BOOTROM_config },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user