Search found 14 matches

by Heatvent
Sat Jul 17, 2021 2:32 pm
Forum: Input Devices
Topic: [Help] Mr. Spinner for Arkanoid
Replies: 18
Views: 8546

Re: [Help] Mr. Spinner for Arkanoid

Someone with more experience should probably weigh in but I believe that is correct. Easily undone if needed ... you just have to get a set of paddles separate for the mister and one for the atari.
by Heatvent
Sat Jan 02, 2021 4:00 am
Forum: Input Devices
Topic: Build a Mr Spinner
Replies: 13
Views: 6176

Re: Build a Mr Spinner

If you are looking for a case for the adapter, I have one on Thingiverse that uses the Pro Micro and a serial port.

https://www.thingiverse.com/thing:4706113

New link... issues getting things published on Thingiverse.

https://www.thingiverse.com/thing:4706909
by Heatvent
Fri Jan 01, 2021 7:20 pm
Forum: Input Devices
Topic: Build a Mr Spinner
Replies: 13
Views: 6176

Re: Build a Mr Spinner

I believe you need the Arduino Pro Micro or a Leonardo because the Arduino needs to be HID compatible (based on the ATmega32U4). The buttons are fire buttons. If you think of an Atari paddle, you get a paddle and a fire button. I think Mr Spinner has 2 buttons per spinner (not sure what games use the second button). I am using it with Atari paddles...
by Heatvent
Sat Dec 19, 2020 2:37 am
Forum: Input Devices
Topic: [Help] Mr. Spinner for Arkanoid
Replies: 18
Views: 8546

Re: [Help] Mr. Spinner for Arkanoid

FYI, the paddle detection with Mr. Spinner was fixed in the latest version of Mister. The stock PaddleTwoControllersUSB firmware now works properly!
by Heatvent
Tue Dec 08, 2020 1:42 am
Forum: Input Devices
Topic: Atari 2600 Paddles
Replies: 2
Views: 2528

Re: Atari 2600 Paddles

I think this was somewhat resolved in page 1 of this thread ...

viewtopic.php?f=32&t=781
by Heatvent
Mon Dec 07, 2020 9:45 pm
Forum: Input Devices
Topic: [Help] Mr. Spinner for Arkanoid
Replies: 18
Views: 8546

Re: [Help] Mr. Spinner for Arkanoid

Thanks, I will look into it. Just FYI, looking at the github for the Atari 2600 core, they mentioned the following ... Paddle It's recommended to use mr.Spinner for paddles. Supported options for paddle: "Paddle Btn" is pressed - mr.Spinner (or known controllers with integrated paddle/spinner) is used . "Stick Btn" is pressed - ...
by Heatvent
Mon Dec 07, 2020 5:59 pm
Forum: Input Devices
Topic: [Help] Mr. Spinner for Arkanoid
Replies: 18
Views: 8546

Re: [Help] Mr. Spinner for Arkanoid

That worked! Shows up as spinner/paddle in Super Breakout. A little jittery but likely needs to be cleaned again. Was this a simple edit? Just wondering if I should propose to make this change in the github project.

Thanks!
by Heatvent
Mon Dec 07, 2020 4:28 pm
Forum: Input Devices
Topic: [Help] Mr. Spinner for Arkanoid
Replies: 18
Views: 8546

Re: [Help] Mr. Spinner for Arkanoid

I just did the paddle buttons: DB9 Arduino Paddle 3 3 Paddle2 Btn 4 4 Paddle1 Btn 5 A0 Paddle1 Pot 7 VCC VCC 8 GND GND 9 A1 Paddle2 Pot I noticed the behavior in Windows. The paddles didn't work until I pressed the button. I did solder a wire from the open pot terminal to the black ground wire on the switch. I think I did this right but should prob...
by Heatvent
Mon Dec 07, 2020 3:23 pm
Forum: Input Devices
Topic: [Help] Mr. Spinner for Arkanoid
Replies: 18
Views: 8546

Re: [Help] Mr. Spinner for Arkanoid

Slein, thanks for the reply. I believe I have the same settings on the arduino code ... but just to be sure I opened a fresh version of the paddletwocontrolersUSB firmware and commented out PADDLE_EMU and left the rest as is. I loaded Super Breakout and when I plug in the paddles, I definitely don't get the same behavior. Actually, nothing happens ...
by Heatvent
Sun Dec 06, 2020 7:58 pm
Forum: Input Devices
Topic: [Help] Mr. Spinner for Arkanoid
Replies: 18
Views: 8546

Re: [Help] Mr. Spinner for Arkanoid

So I got Arkanoid running and set the input to Spinner. Still don't see any way to configure the paddles and they don't seem to work. Tried rebooting, holding in the button, etc. still no luck. Would you mind walking me through the exact steps I am supposed to do. The paddles do show up in Windows as a wheel and dial and I am able to calibrate both...
by Heatvent
Sun Dec 06, 2020 3:08 am
Forum: Input Devices
Topic: Atari 2600 Paddles
Replies: 2
Views: 2528

Atari 2600 Paddles

Hi, hoping to use the original Atari 2600 paddles with the 2600 core. I am not seeing a lot on whether this is possible and how to get this up and running, although on Github there is a reference to using paddles. Would also like to do the same with the C64 core eventually but I guess one thing at a time. Any help or direction would be appreciated....
by Heatvent
Sun Dec 06, 2020 12:22 am
Forum: Input Devices
Topic: [Help] Mr. Spinner for Arkanoid
Replies: 18
Views: 8546

Re: [Help] Mr. Spinner for Arkanoid

Can this be used with the Atari 2600 core or does this just work with Arkanoid (certain cores)? Really just want this for the C64 and 2600 paddle games.

Thanks!
by Heatvent
Sat Dec 05, 2020 8:03 pm
Forum: Input Devices
Topic: Build a Mr Spinner
Replies: 13
Views: 6176

Re: Build a Mr Spinner

Anyone using Mr Spinner for paddle support? I setup and can get my Atari paddles to work fine in Windows. But on the Mister, it doesn't seem to even recognize them when I go through joystick setup. Not sure if this is an issue with the PaddleTwoControllersUSB code or if there is some special setup in Mister to get this working. Any help would be ap...
by Heatvent
Sat Dec 05, 2020 7:53 pm
Forum: Input Devices
Topic: [Help] Mr. Spinner for Arkanoid
Replies: 18
Views: 8546

Re: [Help] Mr. Spinner for Arkanoid

Any chance this is working on Mister. I am trying to build the PaddleTwoControllersUSB adaptor but can't seem to get Mister to recognize this as a controller. Windows joystick calibration sees it just fine. Pretty frustrating.