mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 08:30:55 +11:00
sms: working on real hardware!
This commit is contained in:
parent
7ceff6144c
commit
f2817870aa
1
blk/628
1
blk/628
@ -6,4 +6,5 @@
|
|||||||
( sprite, inverted colors ) 0x3f _data 15 _zero
|
( sprite, inverted colors ) 0x3f _data 15 _zero
|
||||||
0x4000 _ctl 0x5e 0 DO ~FNT I 7 * + _sfont LOOP
|
0x4000 _ctl 0x5e 0 DO ~FNT I 7 * + _sfont LOOP
|
||||||
0 XYPOS !
|
0 XYPOS !
|
||||||
|
( bit 6, enable display, bit 7, ?? ) 0x81c0 _ctl
|
||||||
;
|
;
|
||||||
|
@ -7,6 +7,9 @@ all: $(TARGET)
|
|||||||
$(TARGET): xcomp.fs $(STAGE)
|
$(TARGET): xcomp.fs $(STAGE)
|
||||||
cat xcomp.fs | $(STAGE) > $@
|
cat xcomp.fs | $(STAGE) > $@
|
||||||
|
|
||||||
|
os.sms: $(TARGET)
|
||||||
|
dd if=$(TARGET) bs=32752 conv=sync | cat - sega.bin > $@
|
||||||
|
|
||||||
$(EMUL):
|
$(EMUL):
|
||||||
$(MAKE) -C ${@:%/sms=%}
|
$(MAKE) -C ${@:%/sms=%}
|
||||||
|
|
||||||
|
BIN
recipes/sms/sega.bin
Normal file
BIN
recipes/sms/sega.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user