mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
asdf
This commit is contained in:
parent
e5ab3413cb
commit
4a225c9c64
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
all: player
|
||||
|
||||
player: player.s
|
||||
player: player.s sample.bin seq.bin wave.bin
|
||||
vasmm68k_mot -Fhunkexe -kick1hunks -o player player.s
|
||||
|
|
|
@ -14,7 +14,7 @@ AUD0PER = $dff0a6
|
|||
AUD0VOL = $dff0a8
|
||||
AUD0DAT = $dff0aa
|
||||
|
||||
cseg
|
||||
code_c
|
||||
move.w #15,d0
|
||||
move.w d0,DMACON
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ std::vector<DivROMExportOutput> DivExportAmigaValidation::go(DivEngine* e) {
|
|||
SafeWriter* wave=new SafeWriter;
|
||||
wave->init();
|
||||
for (int i=0; i<32; i++) {
|
||||
sample->writeC(i<<3);
|
||||
wave->writeC(i<<3);
|
||||
}
|
||||
|
||||
// seq.bin
|
||||
|
|
Loading…
Reference in a new issue