Skip to main content

Latest Firmwares

Whilst it may seem there han't been much going on in recent months we have been working behind the scenes on improving and adding more options to the various firmwares and trying to improve the hardware.

The main difference with these firmwares is that OLED 1306 screens are now fully working on all of them and that the PCD8544 has added as a screen option.
I will go into the hardware changes needed for that at a later date.

ArduiTape 1.5
What's New
Added support for the PCD7544.

Download from here.

CASDuino 1.15
What's New
Improved support for CoCo and Dragon
Added support for OLED1306 and PCD8544.

Download from here.

TZXDuino 1.8
What's New
Added ID2A
Added support for PCD8544

Download from here.

TZXDuino 1.8.1
What's New
TSX support for MSX TSX files added by Natalia Pujol. Not officially supported and any bugs should be reported to her.

Download from here.

Comments

  1. Hi, for the one that we bought the first arduitape model, do we have to update with this firmware ? or is only for the new model ?

    ReplyDelete
    Replies
    1. If you are using ArduiTape 1.3 or 1.4 then there is no real reason to update the ArduiTape firmware as there are no performance improvements just the addition of the option of a different screen.

      Delete
  2. Hi, I just have a Dragon 32 and no chance to load game. File I/O error or FM Error in some CAS files. Any ideas ?

    ReplyDelete
    Replies
    1. I'm not sure as to why that's happening although it may be a file error.
      If you get I/O ERROR then type EXEC and it should run, otherwise give me the name of the CAS file and I'll look into it.

      Delete
  3. What EXEC does exactly ? Because I have the I/O ERROR when Dragon detect the data so at the very beginning of the loading.
    I Try several CAS from TOSEC Dragon SET,

    ReplyDelete
    Replies
    1. At the beginning? Hmmmm. Unusual. I'll have to look at the tosec set.
      Unfortunately I don't have a Dragon so I have to record the output of the CASDuino and then load it on an emulator.
      I know the files from the Dragon archive should work.

      Delete
  4. I tried some from the Dragon Archives and same issue .. weird, but maybe it's my Dragon. Cassette loading are ok.

    ReplyDelete
    Replies
    1. Another thing that occurred to me is the load command you use.
      Assembler games require CLOAD and basic games require CLOADM. If you get a FC? ERROR after typing CLOADM then it is an assembly written game and you need to try CLOAD. RUN will run basic games and EXEC will run assembly games if they don't automatically run.

      Also make sure you have 2.5mm REM/motor control jack plugged in as that too may make a difference.

      However I will double check the CASDuino code is working on the Dragon.

      Delete
  5. Hi, I always use CLOAD. I don't have have the REM jack in my cable, maybe the issue ?

    ReplyDelete
    Replies
    1. The lack of REM may be part of it as well as only using CLOAD. From what I've read up you do need to use the CLOADM command as well.

      Delete
  6. Men you're are a genius ! It was the command CLOADM :) I finally load Jet Set Willy :) Thanks again again and again for your great support !

    ReplyDelete
    Replies
    1. Happy to help. The more I help others the more I learn myself to help more people.

      Delete
  7. http://turk182.canalblog.com/archives/2017/10/15/35770103.html BIG THANKS !!!

    ReplyDelete

Post a Comment

Popular posts from this blog

TZXDuino Firmware 1.16, 1.17, and an updated TZXDuino Instruction Manual

  TZXDuino 1.16 In TZXDuino 1.15.3 I added a bug that lowered the volume of some Spectrum TZX files and all ZX80/81 TZX, O, and P files so they didn't work for many people. I fixed this for 1.16. You can download TZXDuino 1.16 from here.   TZXDuino 1.17 The MAXDuino team added ORIC TAP playback functionality to their firmware which I have adapted to TZXDuino. I don't have an Oric Atmos to test it on so I have been recording the playback and loading on Oricutron and everything I have tried has worked. Obviously things may be different on a real machine. Team MAXDuino have also added a speed up function for Oric TAP files which I will add to TZXDuino 1.18 but so far I have been unable to get it to work correctly. You can download TZXDuino 1.17 from here.   And finally there is the updated instruction manual which now tells you how to access Turbo mode for the Electron, ZX80, and ZX81. It also says for Oric but that has not been implemented yet. You can download the pdf of v...

Arduitape on the ZX Spectrum

How to use the Arduitape with the ZX Spectrum. Sorry I've been a little quiet recently but I've managed to get my grubby little mitts on a ZX Spectrum + 48k and have been testing it with the Arduitape. Unlike the MSX and other 8-bits the only limitations on frequency of the .WAV files is no higher than 22050 Hz due to the limitations of the software used. I was expecting to have all the difficulties of the MSX but I've tested lots of files at different frequencies and they all work fine. I've been using TZX2WAV to do the conversions. Open a command window. Type  tzx2wav -f [desired frequency] [filename].tzx [filename].wav   and that's it. I have been trying to experiment with a programme called OTLA which can output various formats of Spectrum, ZX81, Amstrad, and MSX files that playback at a higher rate and essentially turn a 5 minute loading game in to a 30 second loading game however it outputs at either 44100Hz or 48000Hz which is too high for the Ardui...

New CAS/TZXDuino firmware

New firmware . TZXDuino 1.15.3 Adapted the MAXDuino ID19 code and TurboMode for ZX80/81. To access Turbo Mode for ZX80/81 and Electron please switch Turbo Mode On in the menu Also added UEF Chunk 117 which allows for differing baudrates in BBC UEFs. Added a Spectrum Font for OLED 1306 users converted by Brendan Alford. Option added to userconfig.h Added File scrolling by holding up or down buttons. By Brendan Alford. Download from here. CASDuino 1.24 Added a Spectrum Font for OLED 1306 users converted by Brendan Alford. Option added to userconfig.h Added File scrolling by holding up or down buttons. By Brendan Alford. Download from here.