Search found 679 matches

by pgimeno
Thu Dec 15, 2022 2:25 pm
Forum: Other Computer / System Cores
Topic: PDP2011 port to MiSTer FPGA
Replies: 66
Views: 12946

Re: PDP2011 port to MiSTer FPGA

Could you tell us where the reference to Amstrad is in your repositories or emulators? I'm complying with Amstrad's requisites for permission by not altering any copyrights in the ROM that I'm distributing. "[W]e appreciate it if..." does not state a requisite, so I don't have an obligation to reference Amstrad. Anyway, please keep looki...
by pgimeno
Tue Dec 13, 2022 9:44 pm
Forum: Other Computer / System Cores
Topic: PDP2011 port to MiSTer FPGA
Replies: 66
Views: 12946

Re: PDP2011 port to MiSTer FPGA

I want to think that omitting me from the template contributors was a mistake..... I don't have to ask. I didn't omit anyone; I listed the ones I saw in the first page of commits and added "and others", as that was enough to make my point. I didn't know you're a contributor; if you're a copyright holder, that's great, as that's one less ...
by pgimeno
Tue Dec 13, 2022 2:25 pm
Forum: Other Computer / System Cores
Topic: PDP2011 port to MiSTer FPGA
Replies: 66
Views: 12946

Re: PDP2011 port to MiSTer FPGA

Again I don't understand what the framework is in this context, The framework is the sys/ subdirectory from this repository: https://github.com/MiSTer-devel/Template_MiSTer It's the code that provides cores with a uniform menu with options, with the possibility to communicate with the main executable for receiving ROMs, disks, inputs and whatnot, ...
by pgimeno
Tue Dec 13, 2022 2:01 pm
Forum: Other Computer / System Cores
Topic: PDP2011 port to MiSTer FPGA
Replies: 66
Views: 12946

Re: PDP2011 port to MiSTer FPGA

This is not about receiving permission to use the PDP code, it's about receiving permission to use the framework. The framework is licensed under the GPL and contains code from Sorgelig, wickerwaka, Robert Peip, zakk4223, matijaerceg, skooterblog, paulb-nl, Jotego, Grabulosaure and others (see https://github.com/MiSTer-devel/Template_MiSTer/commits...
by pgimeno
Tue Dec 13, 2022 11:18 am
Forum: Other Computer / System Cores
Topic: PDP2011 port to MiSTer FPGA
Replies: 66
Views: 12946

Re: PDP2011 port to MiSTer FPGA

Don't take me wrong, I've been wishing for a PDP-11 core for a long time - even tried to make this Russian clone work but I had serious stability problems for me that I couldn't solve. I'd be really happy to use it. But if betraying the spirit of free software is the means to have it, then thanks, but no, thanks. And this thread is the correct plac...
by pgimeno
Mon Dec 12, 2022 9:40 pm
Forum: Other Computer / System Cores
Topic: PDP2011 port to MiSTer FPGA
Replies: 66
Views: 12946

Re: PDP2011 port to MiSTer FPGA

rampa wrote: Sat Dec 10, 2022 9:06 pm

License:

The copyrights to the VHDL described on this core are held by Sytse Van Slooten. In short, you are allowed to run the core for personal use, but you can not use it commercially.

Isn't it using the GPL'd framework? If so, the whole work falls under the GPL, which explicitly prohibits imposing further restrictions.

by pgimeno
Wed Dec 07, 2022 9:39 pm
Forum: IBM PC, PCXT, Tandy 1000
Topic: MiSTer PCXT
Replies: 1405
Views: 519303

Re: MiSTer PCXT

Thanks. WinWorldPC is an excellent site for abandonware and I use it for OSes and programs. I completely forgot it had a game section. :lol: I was just there a few minutes ago for Turbo Pascal. V3 is tiny (1x360K floppy) and fast but lacks in libraries. V6 is the last version supporting PC/XT and can also run/generate code for 286 (5x360K floppies...
by pgimeno
Tue Dec 06, 2022 9:22 pm
Forum: Sony PlayStation (PSX)
Topic: Converting PS1 Saves to MiSTer?
Replies: 6
Views: 3132

Re: Converting PS1 Saves to MiSTer?

I use the PS2 with uLaunchELF's embedded file browser to copy saves from the memory card to a USB stick. It's more involved because they are individual saves, not full memory card dumps, so you have to find a way to update the block with the directory as well, but that works for me.

by pgimeno
Fri Dec 02, 2022 6:21 pm
Forum: Other Computer / System Cores
Topic: Any List of BIOS That Work With MSX1 Core?
Replies: 5
Views: 1526

Re: Any List of BIOS That Work With MSX1 Core?

arromdee wrote: Fri Dec 02, 2022 5:53 pm

Hangul is spc800han.rom which I have no idea where to find. Mame expects it but it's not online anywhere.

It's included in spc800.zip in the MAME merged romset.

by pgimeno
Tue Nov 29, 2022 8:44 am
Forum: IBM PC, PCXT, Tandy 1000
Topic: Some 8088 instruction bugs
Replies: 3
Views: 1264

Re: Some 8088 instruction bugs

Quite often, the undocumented flags are used by mistake. For example, Ghosts'n'Goblins for the Speccy won't work if an undocumented flag is not properly emulated, due to a program bug. And some protection schemes depend on the behaviour of undocumented flags as well, in an attempt to fool those who attempt to debug them (and won't work if they aren...
by pgimeno
Mon Nov 28, 2022 7:10 pm
Forum: Arcade Cores
Topic: Donkey Kong: Walking Sound Hack?
Replies: 268
Views: 119216

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: 119216

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: 996

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: 2780

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: 21817

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: 1415

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: 1442

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: 593

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: 12738

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: 12738

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: 8522

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: 56502

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: 56502

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: 1257

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: 56502

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: 42209

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: 73145

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: 73145

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: 73145

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: 73145

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.