Skip to content

0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@thelastpsion thelastpsion released this 25 Feb 23:23
· 37 commits to main since this release

Fixed

  • Filenames with single digit hex values were being created with a trailing zero instead of a leading zero (e.g. 0xA was A0 instead of 0A)
  • sendrom384 and sendallrom created an empty ROM384.MEM
  • Files are now sent to the root of C: on the host machine (this might not really be a fix...)
  • Added lines to "Help" message
  • sendbankPSEL1() was using sendpsel2() instead of sendpsel1()

New

  • sysver shows ROM and EPOC16 versions
  • sendbanks9000 now adds the ability to dump a specified range of banks. For example:
    • sendbanks9000 9a will only send bank 0x9A
    • sendbanks9000 82 8e will send banks 0x82 to 0x8E inclusive
  • ssdifo X shows some basic information about the SSD in the specified drive X
  • sendssd X dumps a copy of an entire SSD over the link
  • Updated copyright notice