mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
[MT05156] fixed saa5050 configuration for a6809 [Oliver Stöneberg]
This commit is contained in:
parent
74408485b7
commit
b4adc5b171
@ -90,7 +90,7 @@ READ8_MEMBER( a6809_state::videoram_r )
|
||||
static SAA5050_INTERFACE( a6809_saa5050_intf )
|
||||
{
|
||||
DEVCB_DRIVER_MEMBER(a6809_state, videoram_r),
|
||||
40, 25, 40 /* x, y, size */
|
||||
40, 24, 40 /* x, y, size */
|
||||
};
|
||||
|
||||
READ8_MEMBER( a6809_state::via_pb_r )
|
||||
|
Loading…
Reference in New Issue
Block a user