Skip to content

Releases: datajerk/c2d

Respect Scratchpad RAM

03 May 17:47
Compare
Choose a tag to compare

I knew this would eventually need to be fixed.

  • c2d's loaders do not overwrite scratchpad RAM, just the splash page data is moved into $400-$7FF.

New:

  • Support for TEXT/GR splash screen. See README.md for examples.

-r option to override bar row

23 Apr 02:38
Compare
Choose a tag to compare

e.g.:

c2d -b -r 10 -t barloader.textpage gameserverclient,800 gameserverclientbar.dsk

-b option for animated bar

23 Apr 02:31
Compare
Choose a tag to compare

See barloader.text as an example, e.g.:

c2d -b -t barloader.textpage gameserverclient,800 gameserverclient.dsk

screen hole patching

22 Apr 16:43
Compare
Choose a tag to compare
  • added to c2d -t screen automatic text screen hole patching to fix disk stutter from some splash pages, can be disable with -u option.
  • granular testing (test, fulltest, emutest)

ok, really done for now

21 Apr 23:35
Compare
Choose a tag to compare
  • fixed applescript test script random crash (i hope)

done for now

21 Apr 23:18
Compare
Choose a tag to compare
  • added emulator-based testing (Virtual ][ with AppleScript, OSX only)
  • more testing
  • more optimizations for text2page, page2text
  • some code cleanup

more cleanup, moved loader to $300

16 Apr 02:43
Compare
Choose a tag to compare
  • cleanup
  • moved loader to $300

minor optimizations and cleanup

09 Apr 15:18
Compare
Choose a tag to compare

Version number matches release, minor loader.s optimizations.

minor bug fixes

09 Apr 04:05
Compare
Choose a tag to compare

Bug in text2page.c

Text splash screen support added.

09 Apr 03:48
Compare
Choose a tag to compare

See README.md for details.