Whitespace cleanup

This commit is contained in:
Ed McCardell 2012-03-15 02:45:30 -04:00
parent fdfb1b1415
commit da5742c1cc
30 changed files with 259 additions and 283 deletions

View File

@ -137,4 +137,3 @@ class CpuBase
abstract void nmiLow(bool signalLow); abstract void nmiLow(bool signalLow);
abstract void irqLow(bool signalLow); abstract void irqLow(bool signalLow);
} }

View File

@ -237,4 +237,3 @@ class Cmos : Cpu
flag.zero_ = accumulator & readVal; flag.zero_ = accumulator & readVal;
} }
} }

View File

@ -350,4 +350,3 @@ class NmosUndoc : NmosBase
else hex_subWithCarry(readVal); else hex_subWithCarry(readVal);
} }
} }

View File

@ -409,4 +409,3 @@ class Keyboard_IIe : Keyboard
"W", "clearKeystrobe")) "W", "clearKeystrobe"))
])); ]));
} }

View File

@ -309,4 +309,3 @@ class IOMem_IIe : IOMem
intStrobeMem.debugName = "Internal ROM"; intStrobeMem.debugName = "Internal ROM";
} }
} }

View File

@ -404,4 +404,3 @@ class Extended80ColumnCard : AuxiliaryCard
void reset() {} void reset() {}
} }

View File

@ -410,4 +410,3 @@ class SoftSwitchPage : Memory
writeSwitches[addr - 0xC000](addr, val); writeSwitches[addr - 0xC000](addr, val);
} }
} }

View File

@ -56,4 +56,3 @@ class Peripheral
mixin(EmptyInitSwitches()); mixin(EmptyInitSwitches());
} }

View File

@ -1141,4 +1141,3 @@ class NIBImage : ExternalImage
} }
} }
} }

View File

@ -302,4 +302,3 @@ class IIe : System
mmu.initIO(video_.scanner, &io_.kbd.peekLatch); mmu.initIO(video_.scanner, &io_.kbd.peekLatch);
} }
} }

View File

@ -155,4 +155,3 @@ class IO_IIe : IO
return new Paddles(); return new Paddles();
} }
} }

View File

@ -84,4 +84,3 @@ class Peripherals_IIe : Peripherals
cards[6] = diskController; // XXX cards[6] = diskController; // XXX
} }
} }

View File

@ -121,4 +121,3 @@ class Video_IIe : Video
return new Signal_IIe(); return new Signal_IIe();
} }
} }

View File

@ -241,4 +241,3 @@ main: for (int counter = 0; counter < counters.length; ++counter)
} }
} }

View File

@ -112,4 +112,3 @@ string checkRomFile(TwoappleFile checkFile)
else else
return "Invalid ROM file"; return "Invalid ROM file";
} }

View File

@ -278,4 +278,3 @@ class Input
return true; return true;
} }
} }

View File

@ -93,4 +93,3 @@ class Monitor : DrawingArea
return true; return true;
} }
} }

View File

@ -209,4 +209,3 @@ extern(C) void audioCallback(void* userdata, Uint8* stream, int len)
{ {
(cast(SoundCardYes)userdata).fillAudio(stream, len); (cast(SoundCardYes)userdata).fillAudio(stream, len);
} }

View File

@ -95,4 +95,3 @@ struct VideoPages
hires2.reboot(); hires2.reboot();
} }
} }

View File

@ -213,4 +213,3 @@ class LazEngine : Screen
} }
} }
} }

View File

@ -171,4 +171,3 @@ ushort screenOffset(vState* vSt, hState* hSt, Mode mode)
return offset; return offset;
} }

View File

@ -486,4 +486,3 @@ class HiresPatternGenerator_Revision0 : HiresPatternGenerator
} }
} }
} }

View File

@ -294,4 +294,3 @@ class Scanner_IIe : Scanner
mixin(MakeSwitch([0xC01B], "R", "readMixed")) mixin(MakeSwitch([0xC01B], "R", "readMixed"))
])); ]));
} }

View File

@ -206,4 +206,3 @@ class Signal_IIe : Signal
mixin(MakeSwitch([0xC01F], "R", "readCol80Switch")) mixin(MakeSwitch([0xC01F], "R", "readCol80Switch"))
])); ]));
} }