mirror of
https://github.com/cc65/cc65.git
synced 2025-02-12 21:31:10 +00:00
naive music test
This commit is contained in:
parent
a95c95a5d3
commit
b851be1b23
@ -7,6 +7,9 @@ lcdtest.bin: lcdtest.s
|
|||||||
../../../bin/cl65 -l lcdtest.lst -t gamate -o lcdtest.bin lcdtest.s
|
../../../bin/cl65 -l lcdtest.lst -t gamate -o lcdtest.bin lcdtest.s
|
||||||
ctest.bin: ctest.c
|
ctest.bin: ctest.c
|
||||||
../../../bin/cl65 -l ctest.lst -t gamate -o ctest.bin ctest.c
|
../../../bin/cl65 -l ctest.lst -t gamate -o ctest.bin ctest.c
|
||||||
|
nachtm.bin: nachtm.c
|
||||||
|
../../../bin/cl65 -Os -l nachtm.lst -t gamate -o nachtm.bin nachtm.c
|
||||||
|
gamate-fixcart nachtm.bin
|
||||||
|
|
||||||
test1: lcdtest.bin
|
test1: lcdtest.bin
|
||||||
cd ~/Desktop/mame/winmess/ && wine mess.exe gamate -window -skip_gameinfo -cart ~/Desktop/cc65/github/cc65/testcode/lib/gamate/lcdtest.bin
|
cd ~/Desktop/mame/winmess/ && wine mess.exe gamate -window -skip_gameinfo -cart ~/Desktop/cc65/github/cc65/testcode/lib/gamate/lcdtest.bin
|
||||||
@ -14,7 +17,9 @@ test2: audiotest.bin
|
|||||||
cd ~/Desktop/mame/winmess/ && wine mess.exe gamate -window -skip_gameinfo -cart ~/Desktop/cc65/github/cc65/testcode/lib/gamate/audiotest.bin
|
cd ~/Desktop/mame/winmess/ && wine mess.exe gamate -window -skip_gameinfo -cart ~/Desktop/cc65/github/cc65/testcode/lib/gamate/audiotest.bin
|
||||||
testc: ctest.bin
|
testc: ctest.bin
|
||||||
cd ~/Desktop/mame/winmess/ && wine mess.exe gamate -window -skip_gameinfo -cart ~/Desktop/cc65/github/cc65/testcode/lib/gamate/ctest.bin
|
cd ~/Desktop/mame/winmess/ && wine mess.exe gamate -window -skip_gameinfo -cart ~/Desktop/cc65/github/cc65/testcode/lib/gamate/ctest.bin
|
||||||
|
testn: nachtm.bin
|
||||||
|
cd ~/Desktop/mame/winmess/ && wine mess.exe gamate -window -skip_gameinfo -cart ~/Desktop/cc65/github/cc65/testcode/lib/gamate/nachtm.bin
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f lcdtest.o audiotest.o ctest.o
|
rm -f lcdtest.o audiotest.o ctest.o
|
||||||
rm -f lcdtest.bin audiotest.bin ctest.bin
|
rm -f lcdtest.bin audiotest.bin ctest.bin nachtm.bin
|
||||||
|
@ -275,6 +275,7 @@ notstart:
|
|||||||
lda controlsedge
|
lda controlsedge
|
||||||
and #JOY_DATA_SELECT
|
and #JOY_DATA_SELECT
|
||||||
bne notselect
|
bne notselect
|
||||||
|
|
||||||
lda editbuffer1
|
lda editbuffer1
|
||||||
sta AUDIO_BASE
|
sta AUDIO_BASE
|
||||||
lda editbuffer1+1
|
lda editbuffer1+1
|
||||||
|
1147
testcode/lib/gamate/nachtm.c
Normal file
1147
testcode/lib/gamate/nachtm.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user