Compare commits

..

7 Commits

Author SHA1 Message Date
gimulnautti f098fa36fd Korjattu Albertin vaalipiiri 2023-03-04 00:45:57 +02:00
gimulnautti 579b585d08 lisätty viivat 1-numeroisiin äänestysnumeroihin liikkeen paremman ulkonäön vuoksi 2023-03-03 21:49:07 +02:00
gimulnautti 32d28e9103 korjaa ruudun tyhjennysrutiinit alussa 2023-03-03 21:37:26 +02:00
gimulnautti 759c21215f exomize prg 2023-03-02 21:34:58 +02:00
gimulnautti 9cafd5e00b greetit korjattu 2023-03-02 21:16:46 +02:00
gimulnautti a776dd9a6f helsinki ehdokasnumerot lisätty 2023-03-02 20:56:57 +02:00
gimulnautti a6e849ad11 Helsinki 1 versio 2023-03-01 22:51:27 +02:00
16 changed files with 14 additions and 25 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
@ -38,7 +38,7 @@ show_all_files = 1
use_vice_c1541 = 0
remove_unused_symbols = 1
ignore_initial_jump = 0
current_file = piraatti_intro.ras
current_file = resources/images/piraattinaamat-2.flf
output_type = prg
exomizer_toggle = 1
use_track_19 = 1

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,
"RICHARD ANDERSSON - HELSINKI", @cpause,
"VILLE HAUTAKANGAS - HELSINKI", @cpause,
"SAKARI HELKE - HELSINKI", @cpause,
"SATU IMMONEN - HELSINKI", @cpause,
"PEKKA MUSTONEN - SAVO-KARJALA", @cpause,
"SIMONE KALLIO - HELSINKI", @cpause,
"RONI KANTOLA - HELSINKI", @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 );
"TIMO KYTTA - HELSINKI", @cpause,
"ALBERT LAINE - HELSINKI", @cpause,
"JARNO LUOMA-NIRVA - HELSINKI", @cpause,
"MAREK NETSHADA - HELSINKI", @cpause,
"REETTA OJALA - HELSINKI", @cpause, @cstop );
naamatNumbers : string = ( "353", "113", "356", "91 ", "-5-", " 89",
" 13", " 12", "-8-", "354", " 18", " 17", @cstop);
naamatNumbers : string = ( "-2-", "-3-", "-4-", "-5-", "-6-", "-7-",
"-8-", "-9-", "10 ", " 11", " 12", "13 ", @cstop);
tab320 : array[25] of integer = buildtable("i*320");