diff options
| author | 2012-09-15 09:18:45 +0000 | |
|---|---|---|
| committer | 2012-09-15 09:18:45 +0000 | |
| commit | 52fda4111b7efa49acff40245128a91efbb036a5 (patch) | |
| tree | feec2b4d5a7fbca5eb92de4e8843323cb7557e66 /src | |
| parent | 4599f17a75d62232394b62cd277c1e058ff59d4f (diff) | |
Use proper macro for devices (no whatsnew)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mess/video/isa_cga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/isa_cga.c b/src/mess/video/isa_cga.c index 7ead903cb62..38394eaae77 100644 --- a/src/mess/video/isa_cga.c +++ b/src/mess/video/isa_cga.c @@ -625,7 +625,7 @@ static const mc6845_interface mc6845_cga_intf = static MACHINE_CONFIG_FRAGMENT( cga ) MCFG_SCREEN_ADD(CGA_SCREEN_NAME, RASTER) MCFG_SCREEN_RAW_PARAMS(XTAL_14_31818MHz,912,0,640,262,0,200) - MCFG_SCREEN_UPDATE_DRIVER( isa8_cga_device, screen_update ) + MCFG_SCREEN_UPDATE_DEVICE( DEVICE_SELF, isa8_cga_device, screen_update ) MCFG_PALETTE_LENGTH(/* CGA_PALETTE_SETS * 16*/ 65536 ) |
