aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/minstran.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/minstran.cpp')
-rw-r--r--engines/avalanche/minstran.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/avalanche/minstran.cpp b/engines/avalanche/minstran.cpp
index 3a88863acc..b60796461f 100644
--- a/engines/avalanche/minstran.cpp
+++ b/engines/avalanche/minstran.cpp
@@ -37,14 +37,11 @@ void mblit(integer x1, integer y1, integer x2, integer y2) { /* Minstrel Blitter
integer yy, len, pp;
byte bit;
const integer offset = 16384;
- ;
x1 = x1 / 8;
len = ((x2 / 8) - x1) + 1;
for (yy = y1; yy <= y2; yy ++) {
- ;
pp = yy * 80 + x1;
for (bit = 0; bit <= 3; bit ++) {
- ;
port[0x3c4] = 2;
port[0x3ce] = 4;
port[0x3c5] = 1 << bit;
@@ -61,7 +58,6 @@ const integer fy2 = 145;
int main(int argc, const char *argv[]) {
pio_initialize(argc, argv);
- ;
gd = 3;
gm = 0;
initgraph(gd, gm, "");