Search found 666 matches

by bob_fossil
Tue Dec 19, 2023 11:10 am
Forum: Programming
Topic: Rockfall: why does this game crash in 128 mode?
Replies: 31
Views: 1905

Re: Rockfall: why does this game crash in 128 mode?

For example why does this crash? What is happening? (recording of Rockfall Designer tool) https://cl4.org/__2023-12_rfdesigner_death.rzx When you collect the diamond, the code enables IM2 and jumps to an interrupt function at $fa01 which looks like it's sending data to the AY registers to do the so...
by bob_fossil
Mon Dec 11, 2023 9:03 pm
Forum: Programming
Topic: esxdos, dot commands, real tape loading
Replies: 5
Views: 342

Re: esxdos, dot commands, real tape loading

Are you directly calling the ROM tape load functions? When an esxDOS dot command is executed the normal ROM is paged out as the dot command is loaded into address 0x2000 / 8192. It is possible to call ROM functions when the esxDOS ROM is paged in with the following bit of assembly: rst $18 defw <add...
by bob_fossil
Thu Dec 07, 2023 10:23 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Hi, I know about the 426 files-in-folder limit, but is there a limit on the number of folders themselves? I'm currently struggling to put a large number of files on a vhd (~950 files in 275 directories, each of which has one subfolder). Files and folders are represented by the same structure so you...
by bob_fossil
Thu Dec 07, 2023 10:17 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Hi @bob_fossil , Just tested spt files support and the playback quality is really good as before, but I was surprised by some graphic artifacts in music folders, when I use the up/down arrows during playback to go to the beginning or end of the file list. After that, various visual effects occur (b...
by bob_fossil
Sun Dec 03, 2023 4:08 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

New test version available here.

This should fix the reported graphics glitch when certain long filenames spill over the screen.
by bob_fossil
Thu Nov 30, 2023 10:22 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Thanks for the clarification, Bob. I also tried a lot of files in the /SPECCY/TAP-FIX/ folder, but none of them could be renamed. Does this explanation also apply to them ? It's easier to list the files that are 8.3 in that folder. :) ACE88-48.TAP BLACKMA1.TAP BLACKMA2.TAP FOXFBACK.TAP HADESNEB.TAP...
by bob_fossil
Wed Nov 29, 2023 10:47 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Hi, Bob, PM with my test image has been sent. Thanks for the image. The renaming code is worked as expected. Using my test program it appearsthat all but one of those files in your folder have long file names. The only 8.3 filename I can see is AMC-A.PZX Even short filenames like Cobra.pzx Batman.p...
by bob_fossil
Tue Nov 28, 2023 9:56 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Hi @bob_fossil , I have a possible issue and a question. It's a visual glitch that corrupts the first letter in the file name, when I scroll the file list with the right arrow, page by page. In my case its a folder with a couple of dozen pzx files and when I press the right arrow several times and ...
by bob_fossil
Sat Nov 25, 2023 8:50 am
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

desUBIKado wrote: Fri Nov 24, 2023 6:12 pm I think my problem was in my SD card, as Pegaz commented, and not in your program. Please accept my apologies.
No need to apologise. Was nice to revisit some demos that require Pentagon timings to check it was still working. :)
by bob_fossil
Fri Nov 24, 2023 6:08 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Dont work very well. System freezzy when i save configuration in slot 3 (maybe 3 minutes or more with red led on). Finally operation ends well. Works, but spent much time to save or create slot. I've just tried saving and loading slots with v0.99a4 on my ZX-UNO and didn't find any issues. Loading a...
by bob_fossil
Mon Nov 20, 2023 5:27 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

desUBIKado wrote: Sat Nov 18, 2023 10:40 am In the v0.24 release works fine.
Does it work again in v0.99a4 if you replace the _UNO file in the BPLUGINS folder with the _UNO file from the v0.24 release?
by bob_fossil
Fri Nov 17, 2023 5:47 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Hi Bob, thanks for your great work on this application. I have detected that the ZX-Uno custom options are not being recorded in the slots. Does changing options from the main window still work - can you change the video timings, CPU speed etc? I don't suppose you know which version this stopped wo...
by bob_fossil
Sun Nov 05, 2023 8:37 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Can you please add to ZIP package also TXT info about used DIVMMC ram pages ? Now may be on DIVMMC used more than 128kB we need info about software expansion. This is already included in the plugins/plugins_sdk.txt file. With new CPLD firmware(2023): - on DIVMMC 128kB is used ram 0-4 for ESXDOS, ra...
by bob_fossil
Sun Nov 05, 2023 5:34 pm
Forum: Games/Software
Topic: Which games use teleporting ?
Replies: 103
Views: 3470

Re: Which games use teleporting ?

Head Over Heels.
by bob_fossil
Sun Nov 05, 2023 9:52 am
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

New test version available here . This adds support for Sound Tracker Pro (.stp) music files. Debugging this new plugin also uncovered a bug introduced during the assembly rewrite which stopped the browser navigation keys moving to next, previous, first and last songs correctly during playback. This...
by bob_fossil
Sun Oct 08, 2023 10:22 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

New test version available here.

This should fix the reported issue with Kempston joystick right / page down not working correctly.

.brwscfg works for me. I've tested it on my +2 and under 128k emulation in Fuse and not encountered any issues.
by bob_fossil
Sun Oct 01, 2023 4:00 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

New test version available here.

This should fix the reported Kempston joystick issue and the clipboard paste command which got broken in the assembly rewrite.
by bob_fossil
Mon Sep 25, 2023 5:56 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

New test version available here . Bumped version to 0.99 as this is now a full assembly rewrite of the existing code and I wanted to differentiate it from the current version. I'm expecting bugs and broken features but these will be ironed out before I release version 1.00. I haven't exhaustively te...
by bob_fossil
Sun Sep 24, 2023 9:49 pm
Forum: Sinclair Miscellaneous
Topic: ULA+ palette question
Replies: 22
Views: 590

Re: ULA+ palette question

This is way off topic, but does bobs browser work on a standard divide like the 57c I have? I've got it in my head that it doesn't. I don't own a divIDE but I have had reports and seen YouTube videos of people using my browser with it. After copying over the modified BIN and SYS files from the brow...
by bob_fossil
Sun Sep 24, 2023 9:46 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Today I did a more comprehensive test of my ZX-Uno sd card with the latest LFN 25-3. I ruled out the possibility, that cluster size was an important factor, after testing two different 16Gb SD cards, with 4096 and 8192 values. In both cases, LFN worked well, with the minimum required files to work ...
by bob_fossil
Thu Sep 21, 2023 9:36 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Pegaz wrote: Wed Sep 20, 2023 1:19 pm Thanks Bob, I sent you the image link in a PM.
I don't appear to have a PM off you. My mailbox isn't full so I'm not sure what is going on.
by bob_fossil
Tue Sep 19, 2023 9:34 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Luzie wrote: Tue Sep 19, 2023 6:03 pm Have you tried this:
It's probably not device number related as the browser won't start at all if that is not correct.
by bob_fossil
Tue Sep 19, 2023 9:32 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Maybe it's the cause of the problem, because I'm not using the whole 16Gb sd card, just a first 5 Gb FAT32 partition on it, for easier backup. The rest is unallocated space. No, it's probably a bug in the C code I rewrote in assembly. If you can zip up the disk image and make it available for downl...
by bob_fossil
Mon Sep 11, 2023 10:02 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

"Auto detect" is the best option as it uses information from the esxDOS file system to get the correct device number. The other system where you manually set the device number is left behind code from the old version for people who have set up multiple partition devices before v0.16. I sho...
by bob_fossil
Sun Sep 10, 2023 5:45 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 160764

Re: Long Filename Browser for ZX-UNO / esxDOS

Apologies, could not find the answer (did I miss it?), so I would like to clarify one thing about devices, partitions and "Auto detect device" control. It looks like "Auto detect device" must be "ON" if esxDOS is not on the first partition on the SD card. Is that expec...