Compare commits

..

6 Commits

Author SHA1 Message Date
gimulnautti 73d1f97881 prg korjattu ruututyhjennys 2023-03-03 21:42:02 +02:00
gimulnautti d8e86e0587 korjaa ruudun tyhjennysrutiinit alussa 2023-03-03 21:39:12 +02:00
gimulnautti 5c8c184b1e exomize prg 2023-03-02 21:35:37 +02:00
gimulnautti 38fc851d4a greetit korjattu 2023-03-02 21:15:40 +02:00
gimulnautti 210da1665d lisätty äänestysnumerot 2023-03-02 21:09:49 +02:00
gimulnautti ec694fc19e helsinki ja uusimaa 2023-03-01 23:38:58 +02:00
16 changed files with 16 additions and 28 deletions

View File

@ -29,7 +29,7 @@ override_target_settings_org = $810
override_target_settings_ignore_sys = 0
override_target_settings_ignore_prg = 0
output_debug_symbols = 1
open_files = ,resources/images/piraattinaamat-2.flf, resources/images/piraattinaamat-1.flf, piraatti_intro.ras
open_files = ,piraatti_intro.ras
project_path = /Users/gimulnautti/piraattipuolue-github/c64-vaali-intro-2023/
zeropage_colormemory = $fb
dirart_flf_file = none

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,24 +223,23 @@ 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,
"REETTA OJALA - HELSINKI", @cpause,
"MAREK NETSHADA - HELSINKI", @cpause,
"OLAVI KAUKAMIELI - HELSINKI", @cpause,
"JONI MAHLAMAKI - UUSIMAA", @cpause,
"AKI OKSALA - HELSINKI", @cpause,
"SAMUEL PEIPONEN - HELSINKI", @cpause,
"JANNE PITKANEN - HELSINKI", @cpause,
"ARI-PEKKA PULKKIS - HELSINKI", @cpause,
"KAUSTI RANTALAINEN - HELSINKI", @cpause,
"ARI-PEKKA PULKKIS - HELSINKI", @cpause, @cstop );
naamatNumbers : string = ( "353", "113", "356", "91 ", "-5-", " 89",
" 13", " 12", "-8-", "354", " 18", " 17", @cstop);
"HANNELE REHUTTU - HELSINKI", @cpause,
"ELIAS VARTIO - HELSINKI", @cpause,
"PIETARI VIRTANEN - HELSINKI", @cpause,
"TONI AITTONIEMI - UUSIMAA", @cpause,
"JONI MAHLAMAKI - UUSIMAA", @cpause,
"RIIKKA NIEMINEN - UUSIMAA", @cpause,
"JOONAS MAKINEN - UUSIMAA", @cpause, @cstop );
naamatNumbers : string = ( "14 ", "15 ", "16 ", " 17", " 18", "19 ",
"20 ", " 21", "353", "354", "356", "355", @cstop);
tab320 : array[25] of integer = buildtable("i*320");
tab40 : array[25] of integer = buildtable("i*40");