mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
magnum: Fix aspect ratio. (nw)
This commit is contained in:
parent
b043dc7a18
commit
ecad2559f8
@ -6,6 +6,7 @@
|
||||
// http://www.eevblog.com/forum/blog/eevblog-949-vintage-australian-made-laptop-teardown/msg1080508/#msg1080508
|
||||
|
||||
#include "emu.h"
|
||||
#include "rendlay.h"
|
||||
#include "cpu/i86/i186.h"
|
||||
#include "machine/cdp1879.h"
|
||||
#include "sound/beep.h"
|
||||
@ -151,6 +152,8 @@ static MACHINE_CONFIG_START( magnum, magnum_state )
|
||||
MCFG_SCREEN_SIZE(6*80, 9*16)
|
||||
MCFG_SCREEN_VISIBLE_AREA(0, 6*80-1, 0, 9*16-1)
|
||||
|
||||
MCFG_DEFAULT_LAYOUT(layout_lcd)
|
||||
|
||||
MCFG_PALETTE_ADD_MONOCHROME("palette")
|
||||
|
||||
MCFG_SPEAKER_STANDARD_MONO("speaker")
|
||||
|
Loading…
Reference in New Issue
Block a user