Search found 679 matches

by pgimeno
Mon Nov 28, 2022 7:10 pm
Forum: Arcade Cores
Topic: Donkey Kong: Walking Sound Hack?
Replies: 268
Views: 106939

Re: Donkey Kong: Walking Sound Hack?

Wow, I did not expect an answer so soon! Do you know how long ago that was? Not much. https://github.com/MiSTer-devel/Arcade-DonkeyKong_MiSTer/pull/39 I took the existing core, which had a single sample for the walk, and added two more and made them play cyclically, per requests in this thread. I'm not very interested in the original DK sound beca...
by pgimeno
Sun Nov 27, 2022 8:44 pm
Forum: Arcade Cores
Topic: Donkey Kong: Walking Sound Hack?
Replies: 268
Views: 106939

Re: Donkey Kong: Walking Sound Hack?

Also, I am not sure what happened between 2004 and the time it arrived in the MiST repository, and where the mra files come from. I have not tried very hard to ask around, but if anyone who knows reads this... I took these samples from an old MAME sample set, from the time when MAME used samples instead of simulating the analogue sounds. I think I...
by pgimeno
Thu Nov 24, 2022 7:19 pm
Forum: General Discussions
Topic: Is the sync script an SD-card hazard?
Replies: 10
Views: 964

Re: Is the sync script an SD-card hazard?

The filesystem is already mounted with the sync flag; isn't that script redundant?
by pgimeno
Tue Nov 22, 2022 10:19 pm
Forum: Arcade Cores
Topic: Astro Blaster (1981) Sega
Replies: 15
Views: 2275

Re: Astro Blaster (1981) Sega

There's a version for the Speccy as well.
by pgimeno
Tue Nov 22, 2022 8:17 pm
Forum: ZX Spectrum, ZX81, SAM Coupé, TSConf, QL, Next
Topic: ZX Spectrum Next: Problem Saving Basic Programs
Replies: 27
Views: 21485

Re: ZX Spectrum Next: Problem Saving Basic Programs

Breaking Hard wrote: Sun Nov 20, 2022 8:52 pm There is no ooficial releases of 12/10/21 version https://github.com/MiSTer-devel/ZXNext_ ... n/releases
I think cathrynmataga was talking about this unofficial one: viewtopic.php?p=39223#p39223
by pgimeno
Sun Nov 20, 2022 10:16 am
Forum: Sony PlayStation (PSX)
Topic: Lag in Monkey Magic?
Replies: 8
Views: 1380

Re: Lag in Monkey Magic?

To add another piece on the "input lag vs display lag" puzzle, or why monitor lag can feel like input lag: note that you're reacting to the screen you see, that actually happened in past, because what you're seeing is delayed. So you're reacting to an old frame, not to the current frame. Even if the input is immediate, you won't see the e...
by pgimeno
Sat Nov 19, 2022 7:42 am
Forum: General Discussions
Topic: Add _Handheld Category Folder?
Replies: 13
Views: 1422

Re: Add _Handheld Category Folder?

Would it work to have an SMS core in _Console and a GG MGL file in _Handheld?
by pgimeno
Sat Nov 19, 2022 7:37 am
Forum: General Discussions
Topic: File Navigation
Replies: 3
Views: 580

Re: File Navigation

If you have files in both the SD card and the external drive, you can always add a symbolic link to access the latter, like this: ln -s /media/usb0/games/Archie /media/fat/games/Archie/external where 'external' is the name of the folder that will appear in the SD card list of files, that will let you access the external drive folder; of course you ...
by pgimeno
Fri Nov 18, 2022 8:55 pm
Forum: Other Computer / System Cores
Topic: Oric-1 / Atmos Core
Replies: 51
Views: 11630

Re: Oric-1 / Atmos Core

Thanks so much Flandango. I've checked it and indeed the French BASIC ROM recognizes an AZERTY keyboard which is what Malaespera asked.
by pgimeno
Fri Nov 18, 2022 5:25 pm
Forum: Other Computer / System Cores
Topic: Oric-1 / Atmos Core
Replies: 51
Views: 11630

Re: Oric-1 / Atmos Core

Congratulations, the tap loader works great. As an additional feature you would consider adding switching between qwerty and azerty keyboards. Unfortunately the ROMs are built-in. Given that there's a good bunch of them in different languages, making them loadable via the menu would be a plus. It would also avoid potential copyright issues with th...
by pgimeno
Sun Nov 13, 2022 12:53 pm
Forum: IBM PC, PCXT, Tandy 1000
Topic: PCXT Core 10Mhz CPU Speed Possible?
Replies: 101
Views: 8190

Re: PCXT Core 10Mhz CPU Speed Possible?

Is cycle accuracy beyond 4.77 MHz really important? I mean, 4.77 MHz was the frequency of the original PC. Many authors adapted the speed of their programs to the speed they experienced in that computer, like they did in many other computers until that time, where basically all PCs, like all Spectrums, all C64s, all MSXs, etc. ran at the same speed...
by pgimeno
Sun Nov 13, 2022 11:33 am
Forum: Other Computer / System Cores
Topic: New MSX Core In The Works
Replies: 107
Views: 55620

Re: New MSX Core In The Works

wark91 wrote: Sun Nov 13, 2022 11:28 am You could open an issue on github page to follow your request.
https://github.com/tdlabac/MSX1_MiSTer/issues
Unfortunately no, I can't. I've left GitHub.
by pgimeno
Sun Nov 13, 2022 9:00 am
Forum: Other Computer / System Cores
Topic: New MSX Core In The Works
Replies: 107
Views: 55620

Re: New MSX Core In The Works

Correction in the next version. Thanks! Any chance we can get this patch in too? diff --git a/vdp18_pack-p.vhd b/vdp18_pack-p.vhd --- a/vdp18_pack-p.vhd 2022-10-22 23:47:04.000000000 +0200 +++ b/vdp18_pack-p.vhd 2022-11-01 15:23:13.303453960 +0100 @@ -26,10 +26,10 @@ -- Constants for first and last vertical line of NTSC and PAL mode. -- constant h...
by pgimeno
Sun Nov 13, 2022 8:50 am
Forum: Other Console Cores
Topic: Coleco BIOS?
Replies: 4
Views: 1202

Re: Coleco BIOS?

There was no info in the readme. Do I just rename the bios to boot.rom and put it in games/coleco ? That's how it works for me. It's pretty usual to work that way, because that's how Mister Main provides BIOS files to cores, so I suggest to try before asking next time. There are some exceptions: cores that allow you to choose the BIOS from the men...
by pgimeno
Fri Nov 11, 2022 3:24 pm
Forum: Other Computer / System Cores
Topic: New MSX Core In The Works
Replies: 107
Views: 55620

Re: New MSX Core In The Works

Chilli_Vibes wrote: Thu Nov 10, 2022 7:53 pm I know some are bload, or even run. I just can't find the " symbol, I have tried every key combo I can think of, so for now I am doing the CTRL+F2 to load cas files.
Two keys to the right of L, there's the apostrophe '; to get the double quote you need to press LEFT shift and apostrophe.

Don't ask me why it works with left shift only.
by pgimeno
Thu Nov 10, 2022 6:40 pm
Forum: IBM PC, PCXT, Tandy 1000
Topic: Development of an XTIDE-Compatible IDE
Replies: 120
Views: 37898

Re: Development of an XTIDE-Compatible IDE

On the other hand, I attach the VHD specification document, in case you find it useful: https://go.microsoft.com/fwlink/p/?linkid=137171 I'm pretty sure that the VHD format that MiSTer uses is a raw disk image and not in VirtualPC VHD image format. As such, there's no data about number of sectors per track, number of heads or number of cylinders; ...
by pgimeno
Wed Nov 09, 2022 7:35 pm
Forum: ZX Spectrum, ZX81, SAM Coupé, TSConf, QL, Next
Topic: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?
Replies: 130
Views: 69039

Re: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?

Thanks a lot LamerDeluxe! It's a relief that this was merged. And again I have a hard time understanding Sorgelig's position. He seemed very adamant to insist that people with a non-US keyboard should use the US layout despite the keys not matching how they are labelled - why then should it be a problem for him to understand that people can use a k...
by pgimeno
Mon Nov 07, 2022 9:58 pm
Forum: ZX Spectrum, ZX81, SAM Coupé, TSConf, QL, Next
Topic: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?
Replies: 130
Views: 69039

Re: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?

I've now read Sorg's other reply. I keep both a PC keyboard and a Recreated keyboard connected through USB; the hub has room for both and it's not a problem, I keep the Recreated behind the normal one while not in use (there's room between the PC keyboard and the monitor) and I switch them depending on the core. Similarly I have three controllers c...
by pgimeno
Mon Nov 07, 2022 9:14 pm
Forum: ZX Spectrum, ZX81, SAM Coupé, TSConf, QL, Next
Topic: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?
Replies: 130
Views: 69039

Re: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?

Clutters the code? The Recreated code is clearly delimited, it doesn't cause any confusion with non-Recreated code. Part of what was done is a cleanup of the somewhat fishy pre-existing keyboard code. It actually reduces clutter. The ghosting commit was not kept separate in the PR from the Recreated support commit. That may have caused some confusi...
by pgimeno
Wed Nov 02, 2022 9:19 pm
Forum: ZX Spectrum, ZX81, SAM Coupé, TSConf, QL, Next
Topic: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?
Replies: 130
Views: 69039

Re: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?

Here it is (the regular core, not the composite one) with the latest framework changes and the rebased patch. Not sure what's new, but apparently the VGA_DISABLE thing was part of that update.
by pgimeno
Wed Nov 02, 2022 8:11 pm
Forum: ZX Spectrum, ZX81, SAM Coupé, TSConf, QL, Next
Topic: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?
Replies: 130
Views: 69039

Re: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?

AmintaMister wrote: Tue Nov 01, 2022 12:27 pm If you want, I can propose the patch via GitHub pull request with my Gituhb account, let me know!
If you have git skills, sure. I've uploaded the patch to https://codeberg.org/pgimeno/ZX-Spectru ... created-zx to make it simpler.

It seems I missed another sys update. I'll recompile with it ASAP.
by pgimeno
Wed Nov 02, 2022 7:36 pm
Forum: ZX Spectrum, ZX81, SAM Coupé, TSConf, QL, Next
Topic: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?
Replies: 130
Views: 69039

Re: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?

Same thing but with the VGA_DISABLE line set to 0. Please give it a try as well. If this doesn't work then I'll give up for now because I have no idea how to compile the files. You may be luckier by submitting my patch to that repo and asking the author if it can be included as part of the Spectrum build.
by pgimeno
Tue Nov 01, 2022 2:28 pm
Forum: Other Computer / System Cores
Topic: New MSX Core In The Works
Replies: 107
Views: 55620

Re: New MSX Core In The Works

- The per-frame cycle count is 71136 instead of the expected 71364 in most PAL machines. That corresponds to 312x228 (lines x cycles per line) instead of the 313x228 it should be. Hopefully this will be an easy fix. I looked at VDP interupt. The number of cycles can probably be adjusted relatively well. Looks like there's a missing one line in the...
by pgimeno
Tue Nov 01, 2022 12:20 pm
Forum: ZX Spectrum, ZX81, SAM Coupé, TSConf, QL, Next
Topic: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?
Replies: 130
Views: 69039

Re: ZX Spectrum Recreated Would Work as Bluetooth Keyboard With MiSTer?

Hi @pgimeno, I've found a ZX Spectrum Recreated Keyboard at last and it work beautifully with your patch. One question: can you also update the latest versione of the MikeS1 core (https://github.com/MikeS11/MiSTerFPGA_YC_Encoder)? Because to use the Zx Spectrum both in composite and with the rubber keyboard would be a dream! Glad you're enjoying i...
by pgimeno
Sat Oct 29, 2022 8:49 pm
Forum: IBM PC, PCXT, Tandy 1000
Topic: Development of an XTIDE-Compatible IDE
Replies: 120
Views: 37898

Re: Development of an XTIDE-Compatible IDE

Given that Minimig comes from a different FPGA, I'd say that studying that implementation is a better idea than focusing on ao486's. My understanding is that in MiSTer, you have to communicate with the Linux side via the HPS_IO to read or write data from VHD image files. I still don't know how that works, but there are plenty of cores that do this ...
by pgimeno
Mon Oct 24, 2022 9:02 pm
Forum: ZX Spectrum, ZX81, SAM Coupé, TSConf, QL, Next
Topic: Could somebody post a beginners guide to the ZX Next Core
Replies: 23
Views: 22305

Re: Could somebody post a beginners guide to the ZX Next Core

Since the .vhd cannot be written, does that mean there is no way to, for instance, save BASIC programs, or save games that have save game features, unless I use a secondary SD? As for saving BASIC programs, check this thread: https://misterfpga.org/viewtopic.php?t=2645 I think the issue reported there persists. There's a fixed core for download in...
by pgimeno
Thu Oct 06, 2022 11:08 am
Forum: IBM PC, PCXT, Tandy 1000
Topic: FDD Support Based on ao486 Implementation
Replies: 93
Views: 22564

Re: FDD Support Based on ao486 Implementation

I suspect that the reason why the 601 error occurs at 14mhz is the timeout (CX=0) caused by the Loop instruction. That makes full sense. I expected issues of that kind with the frequency switch. It's the same reason some Turbo Pascal programs stopped working on faster machines: they had a loop that they didn't expect to ever finish but it overflow...
by pgimeno
Thu Oct 06, 2022 10:40 am
Forum: Arcade Cores
Topic: Sega Bank Panic Arcade Core Release
Replies: 14
Views: 2216

Re: Sega Bank Panic Arcade Core Release

Comparing two compilations will give different results for sure; the compilation involves random numbers for some tasks. Only if the random seed is the same, can you obtain two identical compilations. I don't even know how to get or set the seed, though. Spanish company Dinamic made a clone of this arcade for the ZX Spectrum (edit: and also for Com...
by pgimeno
Sun Oct 02, 2022 1:59 pm
Forum: Game Boy Advance
Topic: GBA2P core hangs MiSTer when there's a boot1.rom
Replies: 2
Views: 3299

Re: GBA2P core hangs MiSTer when there's a boot1.rom

Update: I misremembered, it wasn't the dummy ROM, it was the Dr. Mario + Puzzle League ROM the one I had as boot1.rom.

Also, in the GBA core boot1.rom is no longer loading at start for some reason. Was support dropped?
by pgimeno
Sun Oct 02, 2022 8:14 am
Forum: Arcade Cores
Topic: Should Arcade Cores Work With CRT?
Replies: 3
Views: 927

Re: Should Arcade Cores Work With CRT?

drpaneas wrote: Sun Oct 02, 2022 7:12 am 2. Why the directory name starts with an underscore (e.g. why `_Arcade` instead of just `Arcade`?)
Directory names starting with an underscore are visible in the menu; the rest don't show up. For example, _Arcade/cores and _Arcade/mame are not visible in the menu, but _Arcade/_alternatives is.