Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Funky_K on November 21, 2006, 05:57:50 pm

Title: Updated MAME now has ugly low rez graphics
Post by: Funky_K on November 21, 2006, 05:57:50 pm
I recently upgraded my cabinet from:
Win 98SE --> Win XP Pro
128MB RAM --> 640MB RAM
MameWAH --> Mala
Mame v0.87 --> Mame v1.10

The games run fine, but they appear to be in very low resolution.  The words are very pixelated and blocky looking.
There must be a setting in the new mame.ini or in Mala that I am overlooking... but I have tried everything.

Below is my .ini
Can anyone tell me what is incorrect... or suggest how to improve the graphics?

Thanks

# <UNADORNED0>            <NULL> (not set)

#
# CORE PATH AND DIRECTORY OPTIONS
#
rompath                   roms
samplepath                samples
inipath                   .;ini
cfg_directory             cfg
nvram_directory           nvram
memcard_directory         memcard
input_directory           inp
state_directory           sta
artpath                   artwork
snapshot_directory        snap
diff_directory            diff
ctrlrpath                 ctrlr
comment_directory         comments
cheat_file                cheat.dat

#
# CONFIGURATION OPTIONS
#
readconfig                1
skip_gameinfo             1

#
# MISC OPTIONS
#
bios                      default
cheat                     0

#
# STATE/PLAYBACK OPTIONS
#
# state                   <NULL> (not set)
autosave                  0
# playback                <NULL> (not set)
# record                  <NULL> (not set)
# mngwrite                <NULL> (not set)
# wavwrite                <NULL> (not set)

#
# DEBUGGING OPTIONS
#
log                       1
oslog                     0
verbose                   1

#
# PERFORMANCE OPTIONS
#
autoframeskip             0
frameskip                 0
frames_to_run             0
throttle                  1
sleep                     1
rdtsc                     0
priority                  0
multithreading            0

#
# VIDEO OPTIONS
#
video                     d3d
numscreens                1
window                    0
maximize                  1
keepaspect                1
prescale                  1
effect                    none
pause_brightness          0.65
waitvsync                 0
syncrefresh               0

#
# VIDEO ROTATION OPTIONS
#
rotate                    1
ror                       0
rol                       0
autoror                   0
autorol                   0
flipx                     0
flipy                     0

#
# DIRECTDRAW-SPECIFIC OPTIONS
#
hwstretch                 1

#
# DIRECT3D-SPECIFIC OPTIONS
#
d3dversion                9
filter                    1

#
# PER-WINDOW VIDEO OPTIONS
#
screen                    auto
aspect                    auto
resolution                auto
view                      auto
screen0                   auto
aspect0                   auto
resolution0               auto
view0                     auto
screen1                   auto
aspect1                   auto
resolution1               auto
view1                     auto
screen2                   auto
aspect2                   auto
resolution2               auto
view2                     auto
screen3                   auto
aspect3                   auto
resolution3               auto
view3                     auto

#
# FULL SCREEN OPTIONS
#
triplebuffer              0
switchres                 0
full_screen_brightness    1.0
full_screen_contrast      1.0
full_screen_gamma         1.0

#
# GAME SCREEN OPTIONS
#
brightness                1.0
contrast                  1.0
gamma                     1.0

#
# VECTOR RENDERING OPTIONS
#
antialias                 1
beam                      1.0
flicker                   0

#
# ARTWORK OPTIONS
#
artwork_crop              1
use_backdrops             0
use_overlays              0
use_bezels                0

#
# SOUND OPTIONS
#
sound                     1
samplerate                48000
samples                   1
volume                    0
audio_latency             1

#
# INPUT DEVICE OPTIONS
#
# ctrlr                   <NULL> (not set)
mouse                     1
joystick                  0
lightgun                  0
dual_lightgun             0
offscreen_reload          0
steadykey                 0
a2d_deadzone              0.3
digital                   none

#
# AUTOMATIC DEVICE SELECTION OPTIONS
#
paddle_device             keyboard
adstick_device            keyboard
pedal_device              keyboard
dial_device               keyboard
trackball_device          mouse
lightgun_device           keyboard


Title: Re: Updated MAME now has ugly low rez graphics
Post by: Funky_K on November 22, 2006, 06:16:44 pm
For anyone else with this problem...

changing prescale from "1" to "2" resolved the issue