Search found 270 matches

by zakk4223
Wed Oct 13, 2021 1:19 pm
Forum: Arcade Cores
Topic: Can't turn off turbo mode in Double Dragon
Replies: 19
Views: 3242

Re: Can't turn off turbo mode in Double Dragon

Enable jotego beta cores in update_all settings
by zakk4223
Tue Oct 05, 2021 7:58 pm
Forum: Arcade Cores
Topic: Preserving Arcade Core High Scores
Replies: 360
Views: 137742

Re: Preserving Arcade Core High Scores

I assume it is like that because otherwise the update script would be terribly slow having to download hundreds of alternative MRAs individually. The Alternatives repo lets it just download one big zip with all the MRAs in it
by zakk4223
Tue Oct 05, 2021 5:24 pm
Forum: Arcade Cores
Topic: Preserving Arcade Core High Scores
Replies: 360
Views: 137742

Re: Preserving Arcade Core High Scores

Mine have empty nvram entries. It looks like both the downloader and old update script should pull from the Alternatives repo. But clearly someone didn't get the memo; all those Galaga alternatives were added to the Galaga repo AFTER they were added to the Alternatives_MiSTer repo. If someone doesn't want all the mess of every Alternative, but they...
by zakk4223
Tue Oct 05, 2021 2:55 pm
Forum: Arcade Cores
Topic: Preserving Arcade Core High Scores
Replies: 360
Views: 137742

Re: Preserving Arcade Core High Scores

I don't understand why it is saving .nvms for those alts, the <nvram> tag in the MRA is supposed to be blank, so it shouldn't even try!? Can you attach your MRA for the set 1 fast shoot one? It isn't blank though: https://github.com/MiSTer-devel/Arcade-Galaga_MiSTer/blob/master/releases/_alternatives/_Galaga/Galaga%20(Midway%20set%201%20with%20fas...
by zakk4223
Sun Oct 03, 2021 2:14 am
Forum: Genesis / Mega Drive, Sega CD, 32X
Topic: Multi-Disc CHD support?
Replies: 10
Views: 13523

Re: Multi-Disc CHD support?

For the megaCD just put the chds in a game specific directory. CUE or CHD files loaded from the same directory won't trigger a BIOS reload/core reset and the save file name for the backup RAM will be retained. This means it will always be named after the first disk in the set, but that's probably fine. This logic doesn't look like it was transfered...
by zakk4223
Fri Oct 01, 2021 10:55 pm
Forum: Linux
Topic: WARNING! update_all.ini will be ignored.
Replies: 4
Views: 2236

Re: WARNING! update_all.ini will be ignored.

How are you running update all? Looking at the code and that error message, it thinks you are in the directory '/media/fat/scripts' which it detects as different than '/media/fat/Scripts' due to linux-isms with case insensitive file systems. Basically, if you are running it from the command line, cd to /media/fat/Scripts (note the upper case S). If...
by zakk4223
Fri Oct 01, 2021 6:49 pm
Forum: Linux
Topic: what does Arcade Offset Downloader do in misc in update_all do
Replies: 3
Views: 2746

Re: what does Arcade Offset Downloader do in misc in update_all do

It's a bunch of mras with patches for games that enable training modes, extra features etc.
by zakk4223
Tue Sep 28, 2021 10:40 pm
Forum: Arcade Cores
Topic: Saturn ST-V and PlayStation Boards (Namco System 10-12, Capcom ZN 1-2) etc.
Replies: 2
Views: 2929

Re: Saturn ST-V and PlayStation Boards (Namco System 10-12, Capcom ZN 1-2) etc.

I believe the Saturn and the ST-V have similar architecture, developed by the same Defense contractor firm Lockheed Martin for Sega. But the Saturn and the ST-V have vastly different specs. Virtual On for the ST-V could not run on the Saturn, they had to dumb down some off the effects to get the game to run on the Saturn. Virtual-On isn't an ST-V ...
by zakk4223
Tue Sep 28, 2021 6:09 pm
Forum: Input Devices
Topic: Auto fire not working?
Replies: 5
Views: 1666

Re: Auto fire not working?

lamarax wrote: Tue Sep 28, 2021 6:02 pm I was about to say that for autofire to work on MiSTer cores, it must also be supported by your controller in the first place ("turbo function").
No, that's not the case. Mister has built in 'software' autofire that should work independent of controller type.
by zakk4223
Sun Sep 26, 2021 10:00 pm
Forum: PC 486SX (ao486)
Topic: VHD format?
Replies: 12
Views: 3091

Re: VHD format?

I don't see anything in the IDE code that cares about the VHD footer. All the geometry calculations are done based on file size and some default sector/per track, heads etc values.
by zakk4223
Sat Sep 25, 2021 2:32 am
Forum: Display Devices
Topic: Some arcade cores signal not working on my flatpanel
Replies: 5
Views: 1953

Re: Some arcade cores signal not working on my flatpanel

vsync_adjust=2 retains the original vertical refresh rate of the arcade core, it may be that your panel can't handle them. Horizon may be especially problematic because I think that's around 56Hz. Trojan should be 60hz, tho. There's another possible issue: vsync_adjust calculates a pixel clock rate based on the input and output parameters. Accordin...
by zakk4223
Sat Sep 25, 2021 12:31 am
Forum: Display Devices
Topic: Some arcade cores signal not working on my flatpanel
Replies: 5
Views: 1953

Re: Some arcade cores signal not working on my flatpanel

What's the value of video_mode and vsync_adjust in MiSTer.ini?

Also examples of which games don't work.
by zakk4223
Tue Sep 21, 2021 8:30 pm
Forum: Linux
Topic: Testbed for updater
Replies: 1
Views: 1054

Re: Testbed for updater

Probably have to do an ARM vm with qemu.

I think the only wrinkle is if the Mister does a system update that replaces the u-boot loader it'll likely make your VM image unbootable.
by zakk4223
Mon Sep 20, 2021 7:52 pm
Forum: PC 486SX (ao486)
Topic: VHD works on MiSTer, but can't be mounted on my PC?
Replies: 20
Views: 5043

Re: VHD works on MiSTer, but can't be mounted on my PC?

jca wrote: Mon Sep 20, 2021 6:52 pm What do you call headers and footers for a VHD? It is just a raw disk image.
There's a 512-byte footer that contains some meta data and the geometry of the virtual disk.
by zakk4223
Thu Sep 16, 2021 3:54 am
Forum: Display Devices
Topic: Custom vsync_adjust core settings in MiSTer.ini
Replies: 3
Views: 1840

Re: Custom vsync_adjust core settings in MiSTer.ini

Try "dkongjr'.

For Arcade/MRA based games, you can either use the 'core name' or the 'set name'. That core still has the internal name set to 'A.DKONGJ' so I suppose that would work too.

If you want to know a section name that will always 100% work, look on the left side of the OSD menu; the set/core name is displayed there.
by zakk4223
Thu Sep 16, 2021 12:56 am
Forum: Linux
Topic: New updater script
Replies: 9
Views: 3765

Re: New updater script

So will this new updater include Jotego betas or is this only "official" downloads? Update_all.sh works very well for me. I welcome new change and I understand today is the roll out but I'm just interested in the actual differences besides hitting the Github hard. I assume that's the plan. It has the capability to update from multiple re...
by zakk4223
Tue Sep 14, 2021 5:07 pm
Forum: Sega Saturn
Topic: Sega Saturn Core in Development
Replies: 949
Views: 528288

Re: Sega Saturn Core in Development

When (if) this core is released will it accept CHD files like most of the other disc based consoles? CHD and BIN/CUE support is implemented entirely within Main_MiSTer, so it's basically independent of the core. There's a bit of 'glue' in Main that's specific to each core (since they all have some quirks) but the majority of the heavy lifting is n...
by zakk4223
Sat Sep 11, 2021 8:55 pm
Forum: Hardware Setups
Topic: MiSTer power issues after connecting hard drive?
Replies: 9
Views: 4414

Re: MiSTer power issues after connecting hard drive?

Just to be clear; flashing the blisSTer only concerns the two LLAPI chips/HDMI style ports. The latest firmware (v3.0.27-4) dates back from July and as such, has nothing to do with the recent linux updates and normal use of the board as a standard usb hub. I don't know how this rumor has started, as I own a blisSTer myself and everything has been ...
by zakk4223
Mon Sep 06, 2021 9:11 am
Forum: General Discussions
Topic: Keyboard Auto Scrolling Through OSD Upon Boot?
Replies: 4
Views: 1417

Re: Keyboard Auto Scrolling Through OSD Upon Boot?

I think it may well be the DE10-Nano, as I noticed that when this happens, the scrolling text at the bottom of the OSD (core info) is either scrolling really slowly or no moving at all. It's like the MiSTer is freezing and totally unresponsive? That's a symptom of the Blister issue: the USB kernel worker thread uses a bunch of CPU and it makes the...
by zakk4223
Mon Sep 06, 2021 9:07 am
Forum: Newcomers Forum
Topic: Update messed up my keyboard controls
Replies: 3
Views: 1413

Re: Update messed up my keyboard controls

If you have a Blisster board update the firmware:

https://www.youtube.com/watch?v=VK39W--vClc
by zakk4223
Sat Sep 04, 2021 3:44 am
Forum: General Discussions
Topic: release_20210831 USB hub doesn't work.
Replies: 20
Views: 4597

Re: release_20210831 USB hub doesn't work.

I'm having a very similar problem, but the device/hub it's having an issue with is a Blisster v1; Devices "work", but act very strangely after upgrade. Keyboard or controllers (NES30 arcade stick via USB) work oddly, with things getting "stuck on" when pressed (including directions) and sometimes refusing to work at all (making...
by zakk4223
Fri Sep 03, 2021 5:50 am
Forum: Linux
Topic: ssh access not working anymore
Replies: 3
Views: 1415

Re: ssh access not working anymore

Upgrade to a newer version of Putty
by zakk4223
Wed Sep 01, 2021 9:49 pm
Forum: Linux
Topic: Recent Linux Update Caused Issues With Input Devices
Replies: 15
Views: 4146

Re: Recent Linux Update Caused Issues With Input Devices

I never thought to give the firmware update a try because the devices kept dropping on and off. I'll try it and see if it works for me too! Although I ended up ordering an 'official' usb hub because I only used the blister because it had a power switch (which broke anyways.....)
by zakk4223
Wed Sep 01, 2021 7:34 pm
Forum: Linux
Topic: Recent Linux Update Caused Issues With Input Devices
Replies: 15
Views: 4146

Re: Recent Linux Update Caused Issues With Input Devices

Do you happen to be using a Blister instead of a usb hub? I am using a blisster. Is there something i can do to fix the issue? I had the same issue with my blister. There's something broken in the new update that makes the kernel go absolutely nuts trying to deal with 'blissbox' ports. My log is full of this: [ 1247.607320] hid-generic 0003:16D0:0...
by zakk4223
Wed Sep 01, 2021 8:47 am
Forum: Linux
Topic: Recent Linux Update Caused Issues With Input Devices
Replies: 15
Views: 4146

Re: Recent Linux Update Caused Issues With Input Devices

Do you happen to be using a Blister instead of a usb hub?
by zakk4223
Tue Aug 31, 2021 5:44 am
Forum: Neo Geo MVS / AES / CD
Topic: Really Slow Performance CIFS [Solved]
Replies: 8
Views: 4338

Re: Really Slow Performance CIFS [Solved]

When Main_Mister processes the romset.xml file, it ends up performing about 250 stat64() calls to try and find individual romset.xml files that likely don't exist for most people. (so looking for something like /media/fat/games/NEOGEO/wjammers/romset.xml for every game in the romset.xml) If I had to suspect something, it's that doing a bunch of sta...
by zakk4223
Sat Aug 28, 2021 7:58 pm
Forum: Linux
Topic: Building RTL8188EU kernel module for current kernel (5.13-MiSTer)
Replies: 10
Views: 3854

Re: Building RTL8188EU kernel module for current kernel (5.13-MiSTer)

The vermagic is wrong, it doesn't match the kernel.

Here's what it looks like on a working kernel module:
vermagic: 5.13.12-MiSTer SMP mod_unload ARMv7 p2v8

Try loading it with modprobe -f