diff options
author | 2014-01-04 19:38:56 +0000 | |
---|---|---|
committer | 2014-01-04 19:38:56 +0000 | |
commit | 0e990081610130a9d26c2a36d1fcec83d1c9e9a6 (patch) | |
tree | d7b65bac35f2dcc441394a914be0486fa6efd85f /src/emu/bus/c64 | |
parent | f2d192bac1d24bbf4b603dcba38af7cfbc8a1d4e (diff) |
added screen visarea adjustment to mc6845 config interface
Diffstat (limited to 'src/emu/bus/c64')
-rw-r--r-- | src/emu/bus/c64/xl80.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/bus/c64/xl80.c b/src/emu/bus/c64/xl80.c index 5c1875cd59e..b136118d30d 100644 --- a/src/emu/bus/c64/xl80.c +++ b/src/emu/bus/c64/xl80.c @@ -115,6 +115,7 @@ static MC6845_UPDATE_ROW( c64_xl80_update_row ) static MC6845_INTERFACE( crtc_intf ) { false, + 0,0,0,0, 8, NULL, c64_xl80_update_row, |