Se encontraron 178 coincidencias

por aowen
08 Feb 2017, 18:28
Foro: Core ZX Spectrum
Tema: ANN: UnoDOS 3 beta 2
Respuestas: 12
Vistas: 9859

Re: ANN: UnoDOS 3 beta 2

I tried to work. TRD - loaded, running SNA - loaded, running TAP - loaded, running example ULAplus slideshow - loaded, running. Thank you :) Thanks for testing. It looks like everything is working as it should. I have a number of features I want to add for Beta 3, but the main things on my list are...
por aowen
07 Feb 2017, 04:35
Foro: Core ZX Spectrum
Tema: ANN: UnoDOS 3 beta 2
Respuestas: 12
Vistas: 9859

ANN: UnoDOS 3 beta 2

https://zx.itch.io/unodos3 * All file handling is now done via external commands: * Files are headerless for easy use with PC tools without having to generate headers/checksums. * Supported file formats are: tokenized BASIC, binary, .SCR (6912 bytes or 6976 bytes for ULAplus screens), DATA (variable...
por aowen
24 Ene 2017, 15:08
Foro: Core ZX Spectrum
Tema: ANN: UnoDOS 3 alpha 12
Respuestas: 26
Vistas: 21115

Re: ANN: UnoDOS 3 alpha 12

And for those who can't be bothered to read the source file: ; Purpose ; To provide an open source API-compatible replacement for esxDOS 0.8.5 for the ; divMMC SD card interface. To encourage the development of software that takes ; full advantage of the capabilities of the divMMC SD card interface....
por aowen
24 Ene 2017, 14:59
Foro: Core ZX Spectrum
Tema: ANN: UnoDOS 3 alpha 12
Respuestas: 26
Vistas: 21115

Re: ANN: UnoDOS 3 alpha 12

Hi Andrew It would be good to indicate that UnoDOS is basically a disassembly of ESXDOS 0.8.5 without any improvement. I have noticed and Miguel Guerreiro has confirmed. I think it's okay to try to improve ESXDOS but I also think your README it's not clear. Anyone can think that it is a development...
por aowen
24 Ene 2017, 14:30
Foro: Core ZX Spectrum
Tema: ANN: UnoDOS 3 alpha 12
Respuestas: 26
Vistas: 21115

Re: ANN: UnoDOS 3 alpha 12

I've tryed it on a "real" divMMC and seems to work fine. Great project! It would be nice if you could default to verbose boot (with a config file for example) The easiest solution is to just build your own custom version with verbose mode always enabled. The code you need to change is in unodos.asm...
por aowen
24 Ene 2017, 14:26
Foro: Core ZX Spectrum
Tema: ANN: UnoDOS 3 alpha 12
Respuestas: 26
Vistas: 21115

Re: ANN: UnoDOS 3 alpha 12

The instructions say we need a new ESXDOS.ZX1, but it's not in the distributed ZIP. Am I missing something? Rename unodos.rom as ESXDOS.ZIP @Uto: Do you mean ESXDOS.ZX1? If so, I think that step should be on the Readme. Yes sorry, I meant .ZX1, I'm fixing now my previous post so anyone else don't g...
por aowen
24 Ene 2017, 01:11
Foro: Spectrum: TBBlue / Next
Tema: ZX-Next core para ZX-Uno
Respuestas: 248
Vistas: 169985

Re: ZX-Next core para ZX-Uno

fbelavenuto escribió:Sorry, I did not understand the last question.
aowen escribió:Couple of questions.
* Any update to the ROM to support any of the new hardware?
Sorry I only just noticed the reply. I wanted to know if you were planning on using the 1982 version of BASIC or a next generation BASIC.
por aowen
24 Ene 2017, 00:08
Foro: Core ZX Spectrum
Tema: ANN: UnoDOS 3 alpha 12
Respuestas: 26
Vistas: 21115

Re: ANN: UnoDOS 3 alpha 12

Vanfanel escribió:The instructions say we need a new ESXDOS.ZX1, but it's not in the distributed ZIP. Am I missing something?
The file is unodos.rom. You just need to rename it. Hopefully the ZX-Uno will get updated at some point to accept unodos.rom as an alternative MMC source file.
por aowen
24 Ene 2017, 00:07
Foro: Core ZX Spectrum
Tema: ANN: UnoDOS 3 alpha 12
Respuestas: 26
Vistas: 21115

Re: ANN: UnoDOS 3 alpha 12

This is great! An open-source ESX-DOS at last! :) Is it possible to have an autoexec file that would run at boot? Is it possible to enter NMI or any other TAP loading menu using a command? Is DSK format going to be supported somehow? (TRD is great anyway!) In theory an autoexec is doable. But I thi...