Page 1 of 2

EmuTOS 1.2 has been released!

Posted: 07 Aug 2022 13:04
by czietz
With great pleasure the EmuTOS developers can announce the release of EmuTOS 1.2, aggregating one year of productive work since the last release.

As always, you can download the release from our SourceForge page:
https://sourceforge.net/projects/emutos ... mutos/1.2/

Changes since 1.1.1:

Major changes:
- AES: Add support for 3D objects (enabled in 512k ROMs and PRG)
- AES: Add support for new menu_xxx() functions in AES 3.30
- AES: Allow up to 16 windows for versions with AES 3.30 support
- BIOS: Add interrupt-driven I/O for SCC serial ports
- EmuDesk: Resize screen memory in videl modes, just like TOS4
- General: Make FireBee ROMs single-language
- VDI: Fix crash under FreeMiNT with memory protect enabled

Other changes:
- AES: Display better error message if program launch failed
- AES: Improve error checking for wind_xxx() functions
- AES: Better looking separators in menus
- BDOS: Implement undocumented TOS function Srealloc()
- BIOS: Add support for IKBD/MIDI error vectors
- BIOS: Increase timeout for IDE transfers
- EmuDesk: Fix bug in 'Set file mask...'
- EmuDesk: Fix drag'n'drop bug with desktop icons
- EmuDesk: Display the 'busy' mouse cursor for some lengthy actions
- VDI: Allow Falcon video modes to be set in v_opnwk()
- VDI: Implement v_hardcopy()
- VDI: Speed up some VDI calls
- XBIOS: Implement undocumented TOS function VcheckMode()
- Many minor and/or obscure bugs have been fixed

Re: EmuTOS 1.2 has been released!

Posted: 08 Aug 2022 11:07
by Badwolf
Hearty congratulations on the new formal release and all the best in your new role as project maintainer, Christian.

BW

Re: EmuTOS 1.2 has been released!

Posted: 16 Aug 2022 19:57
by czietz
EmuTOS 1.2.1 fixes two obscure AES bugs that were reported after the 1.2 release:
https://sourceforge.net/projects/emutos ... tos/1.2.1/
Badwolf wrote: 08 Aug 2022 11:07 Hearty congratulations on the new formal release and all the best in your new role as project maintainer, Christian.
Thank you! I'm looking forward to further interesting hardware that is "brought to life" with the help of EmuTOS!

Re: EmuTOS 1.2 has been released!

Posted: 16 Aug 2022 20:51
by tOriman
:dualthumbup:

tOri

Re: EmuTOS 1.2 has been released!

Posted: 30 Aug 2022 12:23
by Atome_X
Sorry about this question,

How can I add cartridge icon ?
Normally it was small letter but it's not working.

Thank's

Re: EmuTOS 1.2 has been released!

Posted: 30 Aug 2022 13:12
by BlankVector
Atome_X wrote: 30 Aug 2022 12:23 How can I add cartridge icon ?
Normally it was small letter but it's not working.
Good question.
Unfortunately, EmuTOS's desktop doesn't support the cartridge filesystem.

Re: EmuTOS 1.2 has been released!

Posted: 30 Aug 2022 13:15
by Badwolf
Atome_X wrote: 30 Aug 2022 12:23 How can I add cartridge icon ?
Actually this was something I was meaning to research as well. AFAICT it (GEMDOS cartridge) is not supported. Auto-run programs on the cartridge port are, but I can find no reference to GEMDOS (/BDOS) type cartridges in the manual nor in the source.

I had wondered if I'd disabled it in the build I was using (customsed 192k version), but I haven't looked into it further than grepping through the source and Googling through the manual.

Having piqued my interest, I can now find this discussion on the emutos-devel mailing list from 2017:

https://sourceforge.net/p/emutos/mailma ... sg35607716

Unless there has been a change of heart, this looks to be unsupported, therefore.

BW

Re: EmuTOS 1.2 has been released!

Posted: 30 Aug 2022 14:13
by Atome_X
Thank's for your response, its look good on my ste but sometime I need cartridge.

I have try to edit emudesk.inf without success.

Re: EmuTOS 1.2 has been released!

Posted: 31 Aug 2022 06:34
by czietz
Atome_X wrote: 30 Aug 2022 14:13 Thank's for your response, its look good on my ste but sometime I need cartridge.
Out of curiosity: Which programs do you run from the cartridge?

Re: EmuTOS 1.2 has been released!

Posted: 31 Aug 2022 11:03
by Badwolf
czietz wrote: 31 Aug 2022 06:34
Atome_X wrote: 30 Aug 2022 14:13 Thank's for your response, its look good on my ste but sometime I need cartridge.
Out of curiosity: Which programs do you run from the cartridge?
Hi Christian, not Atome_X's use case, but mine was to load Gembench from Exxos' multi-diag cartridge when I had no DMA available.

Quite niche, I appreciate!

BW