Search found 307 matches

by azesmbog
Mon Oct 03, 2022 9:58 am
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

Image
Image
EsxDOS does not understand space after Z80
Checkmate.
I hope this is only in 0.8.8 version.
by azesmbog
Sat Oct 01, 2022 6:41 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

https://imageup.ru/img148/4034753/browse_error.jpg Here it is more clearly, with a screenshot. MiSTer, EsxDOS as far as 0.8.8 noticed The image is still the same .VHD, but I added fresh browser files and a file with a full long name and a z80_test_clock.tap file to it I added it at the same time, s...
by azesmbog
Sat Oct 01, 2022 4:08 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

I tend to think that this error is connected precisely with the presence of the letters "Z80" in the file name and a slightly old version of EsxDOS v.0.8.8
But on the other hand, not everyone has the latest version 0.8.9 :)
An unfortunate set of circumstances. as always with me :)
by azesmbog
Mon Sep 26, 2022 9:15 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

Luzie wrote: Mon Sep 26, 2022 8:59 pm Just these questions: Are you on Windows? How do you unzip the original file ? And how do you transfer the file onto your SD-Card? Do you use HDFMonkey.exe to put in into an Image or do you copy it to SD-Card with a Cardreader?
1.Windows
2. MiSTer(as well as ZX Uno) uses .VHD container, not .HDF
by azesmbog
Mon Sep 26, 2022 7:16 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

To finally close the issue https://imageup.ru/img15/4030923/error.jpg This browser is running on MiSTer. Apparently, the file with the full name did not open, and I wrote it into the image a little shorter. It still didn't start. That's why I decided that it was because of the specific name Z80. Tha...
by azesmbog
Sun Sep 25, 2022 12:06 pm
Forum: Other Retro Stuff
Topic: The ColecoVision...
Replies: 25
Views: 958

Re: The ColecoVision...

Just for information.
ColecoVision is well implemented in ZX Uno, and also in MiSTer (+Adam, if I'm not mistaken)
https://github.com/MiSTer-devel/ColecoAdam_MiSTer
at the bottom of the link, maybe something interesting)
by azesmbog
Sat Sep 24, 2022 2:08 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

Hi. You are on an older version. Actual/last version is: v0.23 Final : https://spectrumcomputing.co.uk/forums/viewtopic.php?p=100845#p100845 in this case it doesn't matter. This version loaded the file correctly. I also tried to run this file on MiSTer with a browser. Perhaps there is a very old ve...
by azesmbog
Sat Sep 24, 2022 12:39 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

bob_fossil wrote: Sat Sep 24, 2022 12:30 pm I'll try and get the data back to you.
It would be great!!
If there is a problem writing a tap file, you can always save a snapshot, and then pull the result out of it.
by azesmbog
Sat Sep 24, 2022 12:23 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

https://imageup.ru/img114/4029622/tacttest.jpg I'm sorry but it's loading fine now. Perhaps I tried to load on another computer, about three weeks ago. Perhaps there is not the latest version of the browser. But I can only double-check this in two days, sorry again. Well, won't it make it difficult...
by azesmbog
Sat Sep 24, 2022 9:18 am
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

Can you provide me with a link to the .tap file? Thanks. link The file is archived. in emulators, it loads with such a "wrong" name, but did not want to in the browser, I had to rename it. This, of course, is not very important, but it is interesting what exactly the parser "stumbles...
by azesmbog
Fri Sep 23, 2022 7:51 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

I'll look at switching over to a more popular assembler. Just don't switch to ZASM or WLAZ80 :)) From their macros and pseudo-commands, my head generally melts when translating source codes into simple SJAsm ) And also in the browser. As far as I remember, he refused to load a file with this name &...
by azesmbog
Fri Sep 23, 2022 5:16 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 170154

Re: Long Filename Browser for ZX-UNO / esxDOS

as that source needs a lot of changes to get it working with the assembler I use in z88dk.. The converse statement is also true, that it is not so easy to modify and assemble the plugin code for the SJAsm assembler :) Swimming, we know.. It is necessary to port at least two main files "plugin....
by azesmbog
Mon Sep 05, 2022 11:37 pm
Forum: Programming
Topic: my first ASM program lol
Replies: 75
Views: 2402

Re: my first ASM program lol

So dividing a 16-bit number by 256 just gives the same thing, the highest part.
Therefore, you can use it this way and that, a matter of habit and taste)
by azesmbog
Mon Sep 05, 2022 11:20 pm
Forum: Programming
Topic: my first ASM program lol
Replies: 75
Views: 2402

Re: my first ASM program lol

"LD H,UDGs/256" Is it literally UDG getting divided by 256? Can't be can it? in decent assemblers there is such a construction: low - low x - low 8 bits of 16 bit value or lower part of register pair high - high x - high 8 bits of 16 bit value or higher part of register pair in this case ...
by azesmbog
Tue Aug 02, 2022 9:49 pm
Forum: Programming
Topic: Does this flicker on real hardware?
Replies: 7
Views: 456

Re: Does this flicker on real hardware?

for truth)
There are emulators where IT does not flicker.
Antiflicker. Manual and automatic. It helps a lot when watching gigascreens.
by azesmbog
Tue Jul 26, 2022 11:10 pm
Forum: Sinclair Miscellaneous
Topic: What does your alias mean?
Replies: 73
Views: 2687

Re: What does your alias mean?

Азъ Есмь Бог (stylized Old Slavonic) - "I Am God". Modestly.
Image
by azesmbog
Tue Jul 26, 2022 10:36 pm
Forum: Sinclair Miscellaneous
Topic: What is the average age on here??
Replies: 94
Views: 2781

Re: What is the average age on here??

So I'm not in Alonе-a's statistics :)
1970 year of birth from the Nativity of Christ
by azesmbog
Sat Jun 25, 2022 7:58 pm
Forum: Emulators
Topic: New release of SpecEmu
Replies: 218
Views: 48598

Re: New release of SpecEmu

https://keybase.pub/woodywoodster/specemu/specemu-3.2.b250622.zip v3.2 build 25/06/22 ------------------- Debugger's cycle-accurate display update option now only displays pixels up to the raster location in the current frame Debugger's Run To conditions correctly override +3 floppy controller break...
by azesmbog
Thu Jun 09, 2022 6:03 pm
Forum: Graphics
Topic: Showcasing my graphics
Replies: 506
Views: 47255

Re: Showcasing my graphics

I think auto-translation of subtitles is quite understandable.
And then, you need to know the Heroes by sight :)
by azesmbog
Thu Jun 09, 2022 5:46 pm
Forum: Graphics
Topic: Showcasing my graphics
Replies: 506
Views: 47255

Re: Showcasing my graphics

Here is an example of a slide show of standard Spectrum pictures and frames around them. On the border. https://youtu.be/ViKz6mXKfxE for Pentagon timings, but theoretically you can try zx48 timings as well. The speed, direction, and sequence and duration is customized for each picture. Well, so as ...
by azesmbog
Wed Jun 08, 2022 7:37 pm
Forum: Programming
Topic: Which assembler are you using for the Spectrum ?
Replies: 63
Views: 2745

Re: Which assembler are you using for the Spectrum ?

This Pasmo of yours drank some blood for me. :((( simple-looking line in Pasmo: ld de,-10000+38 When compiling this line in SJAsm+ in the DE register pair, the result will be completely different :(( Well, why am I so happy??? To put it more simply, then Pasmo will convert this expression to $D8CA ,...
by azesmbog
Mon Jun 06, 2022 10:02 pm
Forum: Programming
Topic: Which assembler are you using for the Spectrum ?
Replies: 63
Views: 2745

Re: Which assembler are you using for the Spectrum ?

I use SJAsmPlus + Crimson Editor, in which the macro is compiled with one button, and the emulator is launched with the other button.
by azesmbog
Sun Jun 05, 2022 11:43 am
Forum: Brand new software!
Topic: XT-Engine: small, but powerful platform game engine in asm
Replies: 129
Views: 6616

Re: XT-Engine: small, but powerful platform game engine in asm

If something is the latest version, it is updated frequently, the author is easy to find
https://github.com/z00m128/sjasmplus
by azesmbog
Sun Jun 05, 2022 11:25 am
Forum: Brand new software!
Topic: XT-Engine: small, but powerful platform game engine in asm
Replies: 129
Views: 6616

Re: XT-Engine: small, but powerful platform game engine in asm

up stairs only (cursor control is selected).
Down how??
Will you make spelunky?))
And yes, I am for the SJAsm + assembler, it has everything, and macros, and documentation, and support
by azesmbog
Thu May 05, 2022 11:22 pm
Forum: Hardware
Topic: ZX Spectrum Clone - ZX Sizif-512
Replies: 55
Views: 5673

Re: ZX Spectrum Clone - ZX Sizif-512

PeterJ wrote: Thu May 05, 2022 7:00 pm Are these the results expected?
Yes, for each of the three models in the respective modes.