Selaa lähdekoodia

sms: working on real hardware!

pull/102/head
Virgil Dupras 4 vuotta sitten
vanhempi
commit
f2817870aa
3 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +1
    -0
      blk/628
  2. +3
    -0
      recipes/sms/Makefile
  3. BIN
      recipes/sms/sega.bin

+ 1
- 0
blk/628 Näytä tiedosto

@@ -6,4 +6,5 @@
( sprite, inverted colors ) 0x3f _data 15 _zero
0x4000 _ctl 0x5e 0 DO ~FNT I 7 * + _sfont LOOP
0 XYPOS !
( bit 6, enable display, bit 7, ?? ) 0x81c0 _ctl
;

+ 3
- 0
recipes/sms/Makefile Näytä tiedosto

@@ -7,6 +7,9 @@ all: $(TARGET)
$(TARGET): xcomp.fs $(STAGE)
cat xcomp.fs | $(STAGE) > $@

os.sms: $(TARGET)
dd if=$(TARGET) bs=32752 conv=sync | cat - sega.bin > $@

$(EMUL):
$(MAKE) -C ${@:%/sms=%}



BIN
recipes/sms/sega.bin Näytä tiedosto


Loading…
Peruuta
Tallenna