aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/xf_gover.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/xf_gover.cpp')
-rw-r--r--engines/avalanche/xf_gover.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/avalanche/xf_gover.cpp b/engines/avalanche/xf_gover.cpp
index f8726c3a62..30d16a79d2 100644
--- a/engines/avalanche/xf_gover.cpp
+++ b/engines/avalanche/xf_gover.cpp
@@ -32,12 +32,10 @@ namespace Avalanche {
void load() {
byte a; /*absolute $A000:1200;*/ byte bit;
untyped_file f;
- ;
assign(f, "avagame.avd");
reset(f, 1);
seek(f, 177);
for (bit = 0; bit <= 3; bit ++) {
- ;
port[0x3c4] = 2;
port[0x3ce] = 4;
port[0x3c5] = 1 << bit;
@@ -93,7 +91,6 @@ void dump_to_file(byte x1, byte y1, byte x2, byte y2, string fn) {
for (y = y1; y <= y2; y ++)
for (bit = 0; bit <= 3; bit ++) {
- ;
port[0x3c4] = 2;
port[0x3ce] = 4;
port[0x3c5] = 1 << bit;