Se encontraron 10 coincidencias

por Alcoholics Anonymous
18 Ago 2018, 07:55
Foro: Core ZX Spectrum
Tema: RFC: Application Package Format
Respuestas: 30
Vistas: 28926

Re: RFC: Application Package Format

The problem with szx is that it is a snapshot format and contains a lot of extraneous blocks defining device state, many of which would not be definable on real hardware in an szx-snapshot loader. That isn't a problem at all. You can skip the blocks you're not interested in, and you can write sensi...
por Alcoholics Anonymous
10 Ago 2018, 07:20
Foro: Core ZX Spectrum
Tema: RFC: Application Package Format
Respuestas: 30
Vistas: 28926

Re: RFC: Application Package Format

Ah, you're reinventing SZX only in an incompatible format that won't work with emulation. OK. No there is a difference between a real machine format and an emulator format. This is a real machine format and it will work on any emulator that emulates the machine. An emulator format is implemented by...
por Alcoholics Anonymous
10 Jul 2018, 03:27
Foro: Core ZX Spectrum
Tema: RFC: Application Package Format
Respuestas: 30
Vistas: 28926

Re: RFC: Application Package Format

Why not using 3 bytes, so having 16 MB data block maximum? Yes I am thinking about that too. I may make it 4 bytes instead as that will allow skipping over large sections of the file. The format allows unloaded data to be appended to the file for things that are loaded on demand at runtime and the ...
por Alcoholics Anonymous
07 Jul 2018, 08:33
Foro: Core ZX Spectrum
Tema: RFC: Application Package Format
Respuestas: 30
Vistas: 28926

Re: RFC: Application Package Format

It's been a while and I am about to implement a RIFF-like .exe format for the next. However, it is necessarily very next-centric because of the machine's feature set. The start-resume block might be a transferable idea that allows the program to run part way through the load. This would be for intro...
por Alcoholics Anonymous
19 Oct 2017, 07:54
Foro: Core ZX Spectrum
Tema: RFC: Application Package Format
Respuestas: 30
Vistas: 28926

Re: RFC: Application Package Format

NextOS supports the esxdos api and dot commands so that's not going away. Because of the mmu, there is likely going to be an allocation map to show which 8k ram pages are available, which will mean loading programs into a scattered memory map could be a thing along with really big dot commands and t...
por Alcoholics Anonymous
14 Ago 2017, 23:57
Foro: Core ZX Spectrum
Tema: RFC: Application Package Format
Respuestas: 30
Vistas: 28926

Re: RFC: Application Package Format

Well that seems to be off the cards now as I gather Jim is writing something and will presumably do it his own way. So that will be yet another standard the Next has broken. Although he seems to be writing some sort of program launcher, it will be much less useful than what is being discussed here ...
por Alcoholics Anonymous
12 Ago 2017, 17:05
Foro: Core ZX Spectrum
Tema: RFC: Application Package Format
Respuestas: 30
Vistas: 28926

Re: RFC: Application Package Format

Supporting types like sna & tap just offers a way to organize your programs through the .run command. For sna, I will try to load up and run .snapload to do the actual load in that case. That will be a pain to do. You'll have to get out of divMMC RAM into main RAM and force the BASIC command ".snap...
por Alcoholics Anonymous
11 Ago 2017, 21:13
Foro: Core ZX Spectrum
Tema: RFC: Application Package Format
Respuestas: 30
Vistas: 28926

Re: RFC: Application Package Format

Supporting types like sna & tap just offers a way to organize your programs through the .run command. For sna, I will try to load up and run .snapload to do the actual load in that case. I've been thinking a little further. I think it wouldn't be too hard to have .run maintain a list of directories ...
por Alcoholics Anonymous
11 Ago 2017, 07:18
Foro: Core ZX Spectrum
Tema: RFC: Application Package Format
Respuestas: 30
Vistas: 28926

Re: RFC: Application Package Format

Nice Andrew. I am thinking of doing something similar but with more variety in exe types. Some people want to use sna snapshots as their initial exe, some a loader binary (as you are doing) and I'm also looking at a self-contained file for z88dk's output (one that contains everything in a single fil...
por Alcoholics Anonymous
14 Nov 2016, 05:29
Foro: Software
Tema: Kit Z88DK Radastan para ZXUno - 0.3c
Respuestas: 14
Vistas: 12517

Re: Kit Z88DK Radastan para ZXUno - 0.3c

Perdón por la traducción automática. Dejé el texto original en inglés al final en caso de que la traducción fuera demasiado pobre. Hola, Tuve a alguien preguntando sobre el uso del kit con z88dk. Hubo un problema menor en make.bat que estaba estableciendo ZCCCFG y PATH para apuntar en ubicaciones ab...