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: Vector Games on CGA monitor?  (Read 2481 times)

0 Members and 1 Guest are viewing this topic.

Dave Wave

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 64
  • Last login:January 13, 2019, 08:29:38 am
  • I'm a llama!
Vector Games on CGA monitor?
« on: December 16, 2004, 11:33:19 am »
How do vector games look when displayed on a CGA monitor driven by acradevga/mame?


SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Re: Vector Games on CGA monitor?
« Reply #1 on: December 16, 2004, 12:53:22 pm »
Like crap.

No, really.

Vector games should really only be played on a vector monitor for best results.  Failing that, a high res VGA monitor.

fredster

  • Grand Prophet of Arcadeology
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2267
  • Last login:February 16, 2019, 04:28:53 pm
  • It's all good!
Re: Vector Games on CGA monitor?
« Reply #2 on: December 16, 2004, 03:38:22 pm »
Vector monitors have different charateristics.

IE Asteroids: The vector monitor shows the shot as a bright dot with tracers, and the mame version shows only a small dot.  There is no comparison in the "feel". 

King of the Flying Monkeys from the Dark Side

ericball

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 220
  • Last login:March 13, 2025, 11:01:47 am
Re: Vector Games on CGA monitor?
« Reply #3 on: December 17, 2004, 12:42:49 pm »
Consider that the Zektor Vector Generator has a endpoint resolution of 1200x944 (onscreen 1024x768).  Compare that to a CGA monitor which has a resolution of ~320x240 (may vary slightly from game to game).

If you want to get a feel for what it would look like, force MAME to use 320x240 (or 640x480).  I'd also advise turning off any overlays, backgrounds, bezels etc.  (except where necessary, e.g. Armor Attack).

And as fredster suggests, many vector games "overdrive" the monitor, which cannot be duplicated on a normal raster monitor.
MAME Projects % completed:
2004 3 sided cocktail cabinet w/ modular CP <25% (discarded)
2004 Tempest cabinet & CP > 75% (sold)
2017 Raspberry Pi Zero W w/ Lakka microconsole 50%
2021 Vertical Bartop - in progress > 80%, 100% functional (sleeping)

wpcmame

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 278
  • Last login:February 18, 2024, 01:27:00 pm
Re: Vector Games on CGA monitor?
« Reply #4 on: December 17, 2004, 12:59:03 pm »
IE Asteroids: The vector monitor shows the shot as a bright dot with tracers, and the mame version shows only a small dot.

Lilwolf

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4945
  • Last login:July 31, 2022, 10:26:34 pm
Re: Vector Games on CGA monitor?
« Reply #5 on: December 17, 2004, 01:52:42 pm »
two questions..

1) has anyone looked at mames anti-aliasing code?  what would it take to add 4x or 16x AA?  I know some AA algorithms (wrote some a while ago)...   And they can be pretty fast to add extra detail... ESPECIALLY with drawing lines...  Biggest trouble is adding the transparencies (combining two parts that are over each other...)

Anyway, playing 3d games on 640x480 with 16x FSAA looks GREAT... Asteroids running 4x or 16x should also look GREAT,... even at 320x240.

2) crap... can't remember... started the last question thinking of two... Oh well... Anyone who can answer #8 successfully gets 10million xp (wizardry bishop anyone?)

wpcmame

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 278
  • Last login:February 18, 2024, 01:27:00 pm
Re: Vector Games on CGA monitor?
« Reply #6 on: December 18, 2004, 01:51:57 pm »
1) has anyone looked at mames anti-aliasing code?

Xiaou2

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4134
  • Last login:June 11, 2025, 11:55:17 pm
  • NOM NOM NOM
Re: Vector Games on CGA monitor?
« Reply #7 on: December 19, 2004, 07:34:37 am »
 I wish there was some sorta enhanced drawing routine for the vector games in mame.   I once saw a vector monitor that was mis-adjusted.  It was cool  - as the vector lines were all connected - all one line! (and all drawn staring fron the center of the screen)  And there were lines criss crossing all over the place.   I thought the thing was busted - but then someone opened the thing up and turned a dial to fix it, as well as explaining it. (was at an auction)

 Ive noticed that the Bullet  in the arcade was super bright.   I believe it had something to do with the way a single point had to be drawn.   When vector graphics move... they fade a bit - leaving a sorta trail. 

 Remembering how the screen was misadjusted and the center of the screen was monster bright - (the guy said that leaving it that way for a bit would ruin it)... It would seem that the durration of the beam in one place may dictate the brightness.   So - maybe they drew the single point at a longer durration - or - just updated the point twice as much as the rest of the gfx  - so it was drawing the thing like 4 times in a frame when the asteroids were drawn only once.   This would brighten the point even more, and also keep the point from dulling and fading as much as it moved.

 I think mame could adopt a way to simulate this better by simply drawing the other gfx at a lower color gradient.... and use 100% color brightness for the single pixil bullets.   Adding a timed 'fade' would also be very nice to simulate the trails.  Adding a slight glowing 'mist' arround the beams would also be nice to help simulate the phospur glow. ..

   Mame could also look into drawaing the lines the same way that these games did - for accuracy in simulation.   Would be cool to have the brightness dial simulated  to show the  ' one line draws them all'    effect.

« Last Edit: December 19, 2004, 08:02:03 am by Xiaou2 »