Changeset 240 in xtideuniversalbios


Ignore:
Timestamp:
Feb 6, 2012, 4:03:35 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Added support for recursive string formats (%s can contain a %s) to the non-compressed print handling, returning it to compatibility with the compressed string routines. Also made the supression of null-characters printing permanent (which had been under an ifdef for string compression only).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/makefile

    r239 r240  
    163163
    164164checksum:  all
     165    @perl ..\tools\checksum.pl $(TARGET)_atl.bin $(ROMSIZE_LARGE)
     166    @perl ..\tools\checksum.pl $(TARGET)_xtpl.bin $(ROMSIZE_LARGE)
     167    @perl ..\tools\checksum.pl $(TARGET)_xtl.bin $(ROMSIZE_LARGE)
    165168    @perl ..\tools\checksum.pl $(TARGET)_at.bin $(ROMSIZE)
    166169    @perl ..\tools\checksum.pl $(TARGET)_xtp.bin $(ROMSIZE)
    167170    @perl ..\tools\checksum.pl $(TARGET)_xt.bin $(ROMSIZE)
    168     @perl ..\tools\checksum.pl $(TARGET)_atl.bin $(ROMSIZE_LARGE)
    169     @perl ..\tools\checksum.pl $(TARGET)_xtpl.bin $(ROMSIZE_LARGE)
    170     @perl ..\tools\checksum.pl $(TARGET)_xtl.bin $(ROMSIZE_LARGE)
    171171
    172172src\StringsCompressed.asm:  src\Strings.asm
Note: See TracChangeset for help on using the changeset viewer.