Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: MAME 0.171 for Raspberry Pi2 – And it’s playable!  (Read 3323 times)

0 Members and 1 Guest are viewing this topic.

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
MAME 0.171 for Raspberry Pi2 – And it’s playable!
« on: March 17, 2016, 08:22:34 am »
Like to the article : LINK

If you want to give it a try go here DOWNLOAD

CitrikElektrik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11
  • Last login:January 18, 2019, 05:13:53 am
  • I want to build my own arcade controls!
Re: MAME 0.171 for Raspberry Pi2 – And it’s playable!
« Reply #1 on: June 23, 2016, 05:25:32 am »
Well it's the good old mame not groovymame but I think it's a good news. Maybe Calamity will work on a Groovy Arcade port for the Pi in the future ?

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: MAME 0.171 for Raspberry Pi2 – And it’s playable!
« Reply #2 on: June 24, 2016, 03:31:58 am »
Well it's the good old mame not groovymame but I think it's a good news. Maybe Calamity will work on a Groovy Arcade port for the Pi in the future ?

The only drawback of the PI is to not provide VGA output. The only way to get 15kHz out of it is to use a R2R network on the GPIO pins. The RGB/S signal is then CPU driven.

CitrikElektrik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11
  • Last login:January 18, 2019, 05:13:53 am
  • I want to build my own arcade controls!
Re: MAME 0.171 for Raspberry Pi2 – And it’s playable!
« Reply #3 on: June 24, 2016, 05:52:30 am »
The only drawback of the PI is to not provide VGA output. The only way to get 15kHz out of it is to use a R2R network on the GPIO pins. The RGB/S signal is then CPU driven.

Not necessary ! A HDMI to VGA converter that has a digital to analog converter is enough. Search for one on amazon and check carefully the comments as some cables do not embark a converter. My pal on Neo-Arcadia runs his RPI in 240p using this adapter. However, this is a fixed resolution but he said it already looks pretty good on his cab.

Just the cable and a resolution adjustment and you're good for the 15khz. Port of GM would only bring the pixel perfect.  :applaud:

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: MAME 0.171 for Raspberry Pi2 – And it’s playable!
« Reply #4 on: June 24, 2016, 07:14:54 am »
Not necessary ! A HDMI to VGA converter that has a digital to analog converter is enough. Sct.  :applaud:

It is a good idea but the HDMI output is limited to the HDMI standard resolutions and does not work with the specific arcade modes. It has been verified in the past. Especially because the cheap HDMI to VGA converters support VGA/SVGA/XVGA resolutions.


CitrikElektrik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11
  • Last login:January 18, 2019, 05:13:53 am
  • I want to build my own arcade controls!
Re: MAME 0.171 for Raspberry Pi2 – And it’s playable!
« Reply #5 on: June 24, 2016, 04:16:43 pm »
It is a good idea but the HDMI output is limited to the HDMI standard resolutions and does not work with the specific arcade modes. It has been verified in the past. Especially because the cheap HDMI to VGA converters support VGA/SVGA/XVGA resolutions.

Thank you for this information. I was planning to perform the test so it spares me some time.  ;D

But don't you think it could work with this kind of adapter on the GPIO ?
https://github.com/fenlogic/vga666/blob/master/documents/vga_manual.pdf?raw=true

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: MAME 0.171 for Raspberry Pi2 – And it’s playable!
« Reply #6 on: June 26, 2016, 02:41:20 pm »
But don't you think it could work with this kind of adapter on the GPIO ?
https://github.com/fenlogic/vga666/blob/master/documents/vga_manual.pdf?raw=true

Indeed, this adapter is a solution at the cost of some dedicated CPU power. This should not be an issue starting from PI2 due to the number of cores. I see only a drawback in case this new interface is not exposing a compliant DRI for vertical blank.