diff options
| author | 2023-04-25 15:41:04 +0200 | |
|---|---|---|
| committer | 2023-04-25 15:41:18 +0200 | |
| commit | 0dd76061b2cecc0c2bfc0ec2b22a95cd9be4dfd3 (patch) | |
| tree | 19dfa52a448a2c96bfb3e075718544c6fce2631f | |
| parent | 1238759bb9548351c6b826955268f3fcef52030e (diff) | |
megatech: swap screens in default view
| -rw-r--r-- | src/mame/sega/megatech.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sega/megatech.cpp b/src/mame/sega/megatech.cpp index 9239607e214..bcdcba58a50 100644 --- a/src/mame/sega/megatech.cpp +++ b/src/mame/sega/megatech.cpp @@ -722,7 +722,7 @@ void mtech_state::megatech(machine_config &config) io2.in_porte_cb().set(FUNC(mtech_state::bios_porte_r)); io2.out_porte_cb().set(FUNC(mtech_state::bios_porte_w)); - config.set_default_layout(layout_dualhovu); + config.set_default_layout(layout_dualhuov); screen_device &screen(*subdevice<screen_device>("megadriv")); screen.set_raw(XTAL(10'738'635)/2, |
