New sound driver support with initial support for the SN76489 chip New build configuration entry: * SN76489ENABLE Ports are currently locked in with: * SN76489_PORT_LEFT .EQU $FC ; PORTS FOR ACCESSING THE SN76489 CHIP (LEFT) * SN76489_PORT_RIGHT .EQU $F8 ; PORTS FOR ACCESSING THE SN76489 CHIP (LEFT)
16 lines
304 B
Makefile
16 lines
304 B
Makefile
#
|
|
# order is actually important, because of build dependencies
|
|
#
|
|
SUBDIRS = Prop
|
|
SUBDIRS += Apps
|
|
SUBDIRS += CBIOS
|
|
SUBDIRS += Forth
|
|
SUBDIRS += Fonts
|
|
SUBDIRS += CPM22 ZCPR ZCPR-DJ ZSDOS
|
|
SUBDIRS += HBIOS CPM3
|
|
SUBDIRS += ZPM3
|
|
SUBDIRS += BPBIOS
|
|
SUBDIRS += Images
|
|
TOOLS = ../Tools
|
|
include $(TOOLS)/Makefile.inc
|