Search found 13 matches

by invzim
Mon Jul 05, 2021 6:23 pm
Forum: Input Devices
Topic: Two arcade joysticks on one control panel
Replies: 17
Views: 9447

Re: Two arcade joysticks on one control panel

I've been working on a soon to be released input tester core, which I only created because I have a plan to work on a new more unified input system for arcade cores and need something that'll be quicker to iterate on. The test core is here is any of you fancy giving it a review - critiques/suggestions always welcome! https://github.com/JimmyStones...
by invzim
Sun Jul 04, 2021 10:40 pm
Forum: Input Devices
Topic: Two arcade joysticks on one control panel
Replies: 17
Views: 9447

Re: Two arcade joysticks on one control panel

To make matters worse, IMHO, it seems some cores have standard MAME input removed in other words making the user experience worse, on purpose. MAME got this figured out a decade or more ago. https://github.com/MiSTer-devel/Arcade-Pacman_MiSTer/commit/3dcf9411731695329f52591447165d4d2cb8ede6 And yes, the input system needs to be reworked into someth...
by invzim
Thu May 27, 2021 8:44 pm
Forum: General Discussions
Topic: Feature request: Simplified or "Party mode" UI
Replies: 13
Views: 4188

Re: Feature request: Simplified or "Party mode" UI

Have you tried ALT+F12?
by invzim
Sun May 09, 2021 12:53 pm
Forum: General Discussions
Topic: MiSTer FPGA Community Survey. Please share how you use your MiSTer.
Replies: 14
Views: 4705

Re: MiSTer FPGA Community Survey. Please share how you use your MiSTer.

I participated in the survey, however I do not think it will identify what I believe is the a fast growing "demographic" - people like me who are only/mainly interested in arcade cores and likely running them in real arcade cabinets.
by invzim
Thu Apr 22, 2021 7:28 am
Forum: Official Addon Boards
Topic: 128MB SDRAM v2.9
Replies: 50
Views: 27333

Re: 128MB SDRAM v2.9

We need a part number/source for the 40pin RA connector. I've been previously searching for something like that, but couldn't find it through the 'normal' channels.
by invzim
Wed Apr 21, 2021 9:41 pm
Forum: Official Addon Boards
Topic: 128MB SDRAM v2.9
Replies: 50
Views: 27333

Re: 128MB SDRAM v2.9

Looks like a routing error on this version, pin 1&3 are VDD supply pins, but share a capacitor. Pin 37 is a signal pin tied to VDD, but has a capacitor which probably should be on one of the supply pins.
by invzim
Sun Feb 28, 2021 12:02 am
Forum: Hardware Setups
Topic: Sega Naomi JVS with MiSTer
Replies: 2
Views: 5596

Re: Sega Naomi JVS with MiSTer

Solution for JVS CRT cabinets, like the Naomi Universal, posted here:

https://irkenlabs.com/jvs-pac2/mister-f ... t-cabinets
by invzim
Wed Feb 24, 2021 5:43 pm
Forum: Arcade Cores
Topic: Input/Output model for Arcade games
Replies: 6
Views: 4497

Re: Input/Output model for Arcade games

hostile wrote: Wed Feb 24, 2021 4:07 pm I'm also sure you know that the JVS-PAC firmware has been updated to support MiSTer properly since you mentioned it as well.
I wrote the firmware, so yes I'm aware ;)
by invzim
Wed Feb 24, 2021 3:58 pm
Forum: Arcade Cores
Topic: Input/Output model for Arcade games
Replies: 6
Views: 4497

Re: Input/Output model for Arcade games

My original post was not about JVS, but rather how the HPS/Arm core communicates with the FPGA cores. The use of a a standardized bit field, like JVS does was suggested as an alternative to virtual game-pads and had nothing to do with RS485 transmission. It seems now that MAME keyboard layout is defacto standard without doing a lot of remapping, me...
by invzim
Fri Feb 05, 2021 6:47 pm
Forum: Input Devices
Topic: Ipac setup help
Replies: 4
Views: 2511

Re: Ipac setup help

Jotego just posted an update about full support for MAME keys, so should be no need to do the vid/pid keyboard->gamepad hack

https://www.patreon.com/posts/47166232
by invzim
Sat Jul 11, 2020 10:03 pm
Forum: Development for MiSTer
Topic: Development environment for the menu core
Replies: 5
Views: 4516

Re: Development environment for the menu core

Having issues with the input system, so wanted to have a poke. It's not exactly clone and compile.. The docker stuff gives me errors on step 8 when doing make build : Step 8/31 : RUN apt-get update && apt-get upgrade -y && apt-get install -y autoconf automake bash-completion bison build-essential ca-certificates checkinstall curl fl...
by invzim
Sat Jul 11, 2020 8:46 pm
Forum: Guides & Videos
Topic: Tutorial: How to set up your MiSTer with a J-PAC/I-PAC
Replies: 60
Views: 273284

Re: Tutorial: How to set up your MiSTer with a J-PAC/I-PAC

Just updated my mister to give it another go with the JVS-PAC 2, I defined the VID/PID in the mister.ini, fired it up and with an external keyboard via F12 go to the Define Joystick stuff, when I'm asked to press DPAD right, mister crashes: Input event: type=EV_KEY, code=293(0x125), value=1, jnum=1, ID:16d0:09ab:02 FileOpenEx(open) File:/media/fat/...
by invzim
Mon May 25, 2020 8:47 am
Forum: Arcade Cores
Topic: Input/Output model for Arcade games
Replies: 6
Views: 4497

Input/Output model for Arcade games

Hi, was playing around with with the new CPS1 cores with this device that I make, and couldn't get it to work properly. https://irkenlabs.com/jvs-pac2/introduction I'm not 100% what the link between the ARM and the FPGA is, but I got as far as https://github.com/MiSTer-devel/Main_MiSTer/blob/master/input.cpp It seems there is an 'impedance mismatch...