Compare commits

..

6 Commits

Author SHA1 Message Date
gimulnautti 3142ad68d5 Korjattu typo äänestysnumero stringeissä, aiheutti ylivuotovirheen 2023-03-03 23:56:13 +02:00
gimulnautti 8fd6d7f5bd prg korjattu ruututyhjennys 2023-03-03 21:40:29 +02:00
gimulnautti f971fd84db korjaa ruudun tyhjennysrutiinit alussa 2023-03-03 21:39:29 +02:00
gimulnautti f4014523b9 exomize prg 2023-03-02 21:36:57 +02:00
gimulnautti fff6a748d1 muu maa äänestysnumerot 2023-03-02 21:14:09 +02:00
gimulnautti 95487c40b2 muu maa intro 2023-03-02 00:18:59 +02:00
15 changed files with 13 additions and 24 deletions

View File

@ -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.

Binary file not shown.

View File

@ -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

Binary file not shown.

BIN
piraatti_intro.d64 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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");