forked from ArtemioUrbina/huc
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from jbrandwood/master
Latest updates from my fork.
- Loading branch information
Showing
66 changed files
with
9,117 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
all: core-scsitest.iso scsitest.pce | ||
|
||
include ../Make_ex.inc | ||
|
||
AFLAGS ?= -newproc -strip -m -l 2 -S | ||
|
||
SRC_INC = pceas.inc pcengine.inc core.inc core-startup.asm core-kernel.asm joypad.asm adpcm.asm cdrom.asm | ||
SRC_OVL = scsitest.asm core-config.inc | ||
|
||
SRC_ISO = scsitest.ovl ../data/alice.vdc ../data/alice.ram ../data/umbrella-16k.vox | ||
|
||
core-scsitest.iso: $(SRC_ISO) | ||
$(IL) core-scsitest.iso -ipl="test-CD CD-ROM2",0x4000,0x4000,0,1,2,3,4 -asm $(SRC_ISO) | ||
|
||
scsitest.ovl: $(SRC_OVL) $(SRC_INC) scsitest.pce | ||
$(AS) $(AFLAGS) -cd -overlay scsitest.asm | ||
|
||
scsitest.pce: $(SRC_OVL) $(SRC_INC) | ||
$(AS) $(AFLAGS) -raw scsitest.asm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FILE core-scsitest.iso BINARY | ||
TRACK 01 MODE1/2048 | ||
INDEX 01 00:00:00 |
Oops, something went wrong.