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: Wonderful blurb in Aarons WIP Page concerning Mame video output.  (Read 1892 times)

0 Members and 1 Guest are viewing this topic.

dabone

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 898
  • Last login:July 15, 2025, 08:32:17 pm
  • Time to work...
# In general, it seems that the use of video in MAME falls into one of two categories: either you are running it with a regular VGA monitor and want all the bells and whistles; or you are running it with an arcade monitor and want just the screen with no adornments and just the raw bits. I am considering making this a command-line switch, because choices about how to handle different behaviors can be more sensibly made if your intentions are clear.




Linky...

http://aarongiles.com/?p=160#more-160


Later,
dabone

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 12:27:54 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Wonderful blurb in Aarons WIP Page concerning Mame video output.
« Reply #1 on: May 23, 2006, 06:56:40 pm »
That particular bit of the article doesn't particularly interest me (I'm not so dumb I can't setup mame).  But the rest of it certainly does.  On the fly rotation and on the fly screen toggling/rotation/ect sounds really cool. 

Also as a programmer I am super excited about mame finally getting with the program and using a modern version of direct-x.  I use dx8 all the time and let me tell you, it is a breeze to program for.  You can do all kinds of nifty effects, everything is handled as a 3d object, and rendering text is quick and painless. Aaron is really good with the programming end of things, so he'll make a nice, sturdy base for us to all work off of.  Since this core would be based on super old, tech us younger guys will find it easier to contribute in terms of tweaking video options and such.

Also, something I'm personally interested in is implementation of directinput force feedback.  Before it would have meant combining elements of dx7 and 8 which understandably, the devs wouldn't like to do.  But with dx8 running the video, the dx8 object is already there, a person could also tack on the direct input 8 object and be ready to build the framework.  Dx8 force feedback is farily easy to do, it's dx7 that's hard.