Skip to content

Commit 44f9f85

Browse files
committed
Add some github magic ... 2nd try
1 parent 933034f commit 44f9f85

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
*.map
88
*.lab
99
dump.mem
10+
/*.prg

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ all: $(PRG) $(PRG65)
1414
$(PRG): $(SRC) $(ALLDEP)
1515
@echo "*** Compiling $< to $@ for C64/M65 with SFX cartridge/compatibility mode ..."
1616
$(CL65) $(CL65OPT) -o $@ $<
17+
cp $@ prg-files/
1718

1819
$(PRG65): $(SRC) $(ALLDEP)
1920
@echo "*** Compiling $< to $@ for M65 only for its native OPL access mode ..."
2021
$(CL65) --asm-define MEGA65 $(CL65OPT) -o $@ $<
22+
cp $@ prg-files/
2123

2224
vice: $(PRG)
2325
$(VICE) -sfxse -sfxsetype 3812 -autostartprgmode 1 -autostart $<

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
DRO AdLib OPL2 player for Commodore 64 equipped with SFX Sound Expander
22
cartridge with YM3812 chip (the "normal" chip this cartridge was shipped
33
with may work, but since OPL2 features do not exist on those, music will
4-
be somewhat "odd" to listen to).
4+
be somewhat "odd" to listen to). Also a version for the **MEGA65**!
5+
6+
_You can find some ready-to-use PRG files in the prg-files/ directory._
57

68
Uses embedded DRO file, recorded by DOSBOX, currently, there is no
79
possibility to "load" music on-the-fly, you must recompile the player
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)