Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
gimulnautti | 3142ad68d5 | |
gimulnautti | 8fd6d7f5bd | |
gimulnautti | f971fd84db | |
gimulnautti | f4014523b9 | |
gimulnautti | fff6a748d1 | |
gimulnautti | 95487c40b2 |
|
@ -3,11 +3,6 @@
|
|||
Commodore 64:llä toteutettu vaalimainos vanhaan kuusnepa demoscene tyyliin
|
||||
Musiikki toteutettu SIDFactory II
|
||||
|
||||
### Levyimagen lataaminen
|
||||
|
||||
1. Valitse tiedosto `commodorella_eduskuntaan.d64` ja lataa.
|
||||
2. Kirjoita tikulle tai oikealle 1541 levykkeelle.
|
||||
|
||||
### Kääntäminen
|
||||
|
||||
1. Lataa [Turbo Rascal Syntax Error](https://lemonspawn.com/turbo-rascal-syntax-error-expected-but-begin/) retro-kehitysympäristö koneellesi (Win/Mac/Linux)
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
helsinki.prg
BIN
helsinki.prg
Binary file not shown.
|
@ -1,6 +0,0 @@
|
|||
rm commodorella_eduskuntaan.d64
|
||||
c1541 -format "eduskuntaan 2023,0" d64 commodorella_eduskuntaan.d64
|
||||
c1541 -attach commodorella_eduskuntaan.d64 -write piraatti_intro.prg piraattipuolue
|
||||
c1541 -attach commodorella_eduskuntaan.d64 -write helsinki.prg helsinki
|
||||
c1541 -attach commodorella_eduskuntaan.d64 -write helsinki-uusimaa.prg helsinki-uusimaa
|
||||
c1541 -attach commodorella_eduskuntaan.d64 -write muu-maa.prg muu-maa
|
BIN
muu-maa.prg
BIN
muu-maa.prg
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -223,22 +223,22 @@ text : string = (@cmoveto, 6,10,
|
|||
26, 12, 13, 12);
|
||||
|
||||
naamatNames : string = (
|
||||
"TONI AITTONIEMI - UUSIMAA", @cpause,
|
||||
"JUHO KARVINEN - PIRKANMAA", @cpause,
|
||||
"RIIKKA NIEMINEN - UUSIMAA", @cpause,
|
||||
"JARI NIKKINEN - SAVO-KARJALA", @cpause,
|
||||
"SATU IMMONEN - HELSINKI", @cpause,
|
||||
"PEKKA MUSTONEN - SAVO-KARJALA", @cpause,
|
||||
"TEEMU LINDROOS - PIRKANMAA", @cpause,
|
||||
"ARTO TAMMENOKSA - PIRKANMAA", @cpause,
|
||||
"KLAUS TORNKVIST - PIRKANMAA", @cpause,
|
||||
"JARNO YLTAVA - PIRKANMAA", @cpause,
|
||||
"LEINARD KOHONEN - HAME", @cpause,
|
||||
|
||||
"REETTA OJALA - HELSINKI", @cpause,
|
||||
"MAREK NETSHADA - HELSINKI", @cpause,
|
||||
"OLAVI KAUKAMIELI - HELSINKI", @cpause,
|
||||
"JONI MAHLAMAKI - UUSIMAA", @cpause,
|
||||
"KAUSTI RANTALAINEN - HELSINKI", @cpause,
|
||||
"ARI-PEKKA PULKKIS - HELSINKI", @cpause, @cstop );
|
||||
"ALEKSI LOFGREN - SAVO-KARJALA", @cpause,
|
||||
"PEKKA MUSTONEN - SAVO-KARJALA", @cpause,
|
||||
"TIIA MUSTONEN - SAVO-KARJALA", @cpause,
|
||||
"JARI NIKKINEN - SAVO-KARJALA", @cpause,
|
||||
"TAPANI PARKKINEN - KESKI-SUOMI", @cpause,
|
||||
"CHRISTER WAREN - SATAKUNTA", @cpause, @cstop );
|
||||
|
||||
naamatNumbers : string = ( "353", "113", "356", "91 ", "-5-", " 89",
|
||||
" 13", " 12", "-8-", "354", " 18", " 17", @cstop);
|
||||
naamatNumbers : string = ( "113", "114", "115", "116", "117", "140",
|
||||
"88 ", " 89", "90 ", " 91", "-2-", "-2-", @cstop);
|
||||
|
||||
|
||||
tab320 : array[25] of integer = buildtable("i*320");
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue