Compare commits
7 Commits
master
...
helsinki-1
Author | SHA1 | Date |
---|---|---|
gimulnautti | f098fa36fd | |
gimulnautti | 579b585d08 | |
gimulnautti | 32d28e9103 | |
gimulnautti | 759c21215f | |
gimulnautti | 9cafd5e00b | |
gimulnautti | a776dd9a6f | |
gimulnautti | a6e849ad11 |
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
"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");
|
||||
|
|
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