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

Recent Posts

Pages: 1 2 [3] 4 5 ... 10

21   Wiki Discussion / Re: New here! Would like to do wiki thingson July 09, 2025, 04:41:36 pm

Started by henrebotha - Last post by PL1

So in short, don't mess with "bad" links pointing to newwiki or wiki? That's fair.
Actually, just figured out how to do an "internal" link with alternate text so it displays on the page like the "bad" links do.

You can change a "bad" link like this . . .
Code: [Select]
[http://newwiki.arcadecontrols.com/index.php?title=Light_Guns#Lightgun_Games_List Lightgun Games]
. . . to a good link like this.
Code: [Select]
[[Light_Guns#Lightgun_Games_List | Lightgun Games]]<br>

Don't know how I missed this formatting syntax before.   :embarassed:

Open season on "bad" links!   :lol


Scott

Started by MrThunderwing - Last post by MrThunderwing

I haven't really spent any time with it yet (too busy with real life shite at the moment), but the first impression I got yesterday was good. A game with graphics like this on real hardware would've blown me away back in the day.

23   GroovyMAME / Re: Carnevil stuttering soundon July 09, 2025, 10:32:47 am

Started by purbeast - Last post by haynor666

24   Driving & Racing Cabinets / Re: Neutral gear in Cruis'n USAon July 09, 2025, 09:37:39 am

Started by Endprodukt - Last post by Fursphere

What are you using as a shifter?   If its a joystick, you could probably use a AHK macro to minic the required key presses in MAME. 

Might be able to use joystick gremlin to insert key presses as well.  (in gear = gear # button) (out of gear = neutral button) type of thing

https://whitemagic.github.io/JoystickGremlin/

25   Wiki Discussion / Re: New here! Would like to do wiki thingson July 09, 2025, 08:32:49 am

Started by henrebotha - Last post by CheffoJeffo

Scott, you are a trooper! That saint's a slacker. ::)

26   Driving & Racing Cabinets / Re: Neutral gear in Cruis'n USAon July 09, 2025, 06:14:29 am

Started by Endprodukt - Last post by Endprodukt

It doesn't unfortunately. Actually mame will delete the flag from the cfg after running the game.

27   GroovyMAME / Re: Carnevil stuttering soundon July 09, 2025, 06:13:09 am

Started by purbeast - Last post by Endprodukt

100% on overclocked 13600k.

28   Lightguns / GUN4IRon July 09, 2025, 05:30:14 am

Started by wwx38 - Last post by wwx38

Hello all,
Every time I'm trying to get to gun4ir.com web site from France while connected to a french VPN location I'm getting a 402 error. any clue ?
Bonjour Jean Baptiste, j'essaie de me connecter à votre site depuis mes ordis tous protégés avec proton VPN avec un point d'accès en France et impossible d'acceder à votre site.
thanks to all
Merci a tous

29   Wiki Discussion / Re: New here! Would like to do wiki thingson July 09, 2025, 04:16:48 am

Started by henrebotha - Last post by henrebotha

So in short, don't mess with "bad" links pointing to newwiki or wiki? That's fair.

Started by master higgins - Last post by master higgins

Hi people, huge long time no see. I was wondering if anyone who has a (recent) Linux Distro (like Ubuntu , Linux Mint, etc.) has ever fiddled with /etc/X11/xorg.conf that defines what it outputs from your graphics card. In this case I'm pointing at motherboards that have "intel" graphics, mostly the ones addressed "Intel GMA".

I've the feeling that intel integrated gfx can handle at least 20Mhz or 25Mhz of pixel clock. Said that I was thinking if anyone would like to take the "leap of faith" and mess with /etc/X11/xorg.conf.

The Driver for the "Device" Section should be "intel". It should be something like this:

Code: [Select]
Section "Device"
    Identifier     "Device0"
    Driver         "intel"
    VendorName     "Intel GMA"
    Option         "TearFree" "true"
    Option         "AccelMethod" "sna"
EndSection

In the "Monitor" Section it should have some "super" resolutions that should tell if the intel GMA is capable of 15Khz both progressive and interlaced. Say something like this (Above 25Mhz pixel clock):

Code: [Select]
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Modeline "1536x224" 25.530 1536 1558 1583 1624 224 236 239 262 -hsync -vsync
    Modeline "1536x480" 27.570 1536 1602 1665 1754 480 506 512 524 -hsync -vsync Interlace
...
EndSection

I hope anyone who has this kind of Mobo's can tell if Intel (GMAs) can at least output 15,Khz with "super resolutions" from the VGA connector (which are nothing more than extended width resolutions for an integer factor to match many games)

If anyone is interested please list your results (on your linux distro) to check if 15Khz for Intel GMA is feasable

Thanks a lot in advance
Pages: 1 2 [3] 4 5 ... 10