Topic: ESXDOS should swallow tape audio data correctly
Hi,
I'd like to talk about how ESXDOS might be able to load data from tape or TAP-players without affecting the TAPE interface.
It could work by switching to 128 mode.
This could also be discussed later in the topic here.
As a second option I would hide ESXDOS-ROM and replace.
Somebody could use for this the HDT-ISO.rom, which should be able to process at double the speed of TAPE player ?
With the command .ownrom
(I rename hdt-iso.rom to hdtiso.bin)
10 CLEAR 49151
20 LOAD *"hdtiso.bin" CODE 49152
30 .ownrom
40 POKE 52524,23
50 GOTO 90
60 SAVE *"hdtrom"
90 STOP
I notice that with this ROM only 25180 free memory is available.
If interested, we can carry on
Bye for now,
Guenter