aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/plottest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/plottest.cpp')
-rw-r--r--engines/avalanche/plottest.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/avalanche/plottest.cpp b/engines/avalanche/plottest.cpp
index 9a03718067..8ff0c36475 100644
--- a/engines/avalanche/plottest.cpp
+++ b/engines/avalanche/plottest.cpp
@@ -35,7 +35,6 @@ matrix<1, 35, 0, 39, byte> a;
array<0, 3, 0, 4, 1, 35, byte> b;
int main(int argc, const char *argv[]) {
pio_initialize(argc, argv);
- ;
gd = 3;
gm = 0;
initgraph(gd, gm, "");
@@ -49,9 +48,7 @@ int main(int argc, const char *argv[]) {
fillchar(b, sizeof(b), '\0');
for (gm = 1; gm <= 35; gm ++)
for (gd = 0; gd <= 39; gd ++) {
- ;
for (fv = 0; fv <= 3; fv ++) {
- ;
b[fv][gd / 8][gm] = (b[fv][gd / 8][gm] << 1);
b[fv][gd / 8][gm] += ((cardinal)(a[gm][gd] & (1 << fv)) >> fv);
}
@@ -59,9 +56,7 @@ int main(int argc, const char *argv[]) {
for (gd = 1; gd <= 35; gd ++)
for (gm = 0; gm <= 4; gm ++) {
- ;
for (fv = 0; fv <= 3; fv ++) {
- ;
port[0x3c4] = 2;
port[0x3ce] = 4;
port[0x3c5] = 1 << fv;