Skip to content

Commit

Permalink
Added: Configuration flags & preparation
Browse files Browse the repository at this point in the history
- reduced makefile (*asm's)
- added mono drums flag (both sids are running mono)
- added LCD_MOP_AL202C flag to use special characters for this display
type
  • Loading branch information
rio-rattenrudel committed Nov 24, 2019
1 parent b15ca10 commit e3d58de
Show file tree
Hide file tree
Showing 4 changed files with 1,157 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/synthesizers/midibox_sid_v2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ GPASM_DEFINES =

# default rule that defines the .hex files which should be created
# note: always require a "cleanall", since dependencies (e.g. on .h and .inc files) are not properly declared
all: cleanall setup_6581.hex setup_8580.hex setup_sammich_sid.hex setup_tk.hex setup_tk2.hex setup_mb6582.hex sid_filter_table.hex
#all: cleanall setup_6581.hex setup_8580.hex setup_sammich_sid.hex setup_tk.hex setup_tk2.hex setup_mb6582.hex sid_filter_table.hex setup_8580_rio.hex setup_6581_rio.hex
all: cleanall sid_filter_table.hex setup_8580_rio.hex setup_6581_rio.hex

# for a separate build
sid_filter_table:
Expand Down
3 changes: 3 additions & 0 deletions apps/synthesizers/midibox_sid_v2/run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cls
make
ping /n 6 localhost >nul
Loading

0 comments on commit e3d58de

Please sign in to comment.