|
Joined: Apr 2012
Posts: 330 Likes: 33
Senior Member
|
OP
Senior Member
Joined: Apr 2012
Posts: 330 Likes: 33 |
I'm adding the FDX floppy device to the machine MTX512. The FDX device contains an 80 column video card (for CP/M) which has a monitor output. This monitor output is completely different from the VDP output of the base MTX512 machine.
I currently have the FDX adding another SCREEN (controlled by a 6845), so when I add the FDX device I now have two SCREENs (side by side). When the FDX is running there is no output from the VDP to the first SCREEN. Is there a way of removing the root SCREEN when I add the FDX SCREEN?
BBC Model B, ATPL Sidewise, Acorn Speech, 2xWatford Floppy Drives, AMX Mouse, Viglen case, etc.
|
|
|
|
Joined: Mar 2001
Posts: 16,960 Likes: 76
Very Senior Member
|
Very Senior Member
Joined: Mar 2001
Posts: 16,960 Likes: 76 |
Not currently. I'd like to be able to do that for exactly this type of case (e.g. add-on 80 and 132 column cards for the Apple II) but it's not supported ATM.
|
|
|
|
Joined: Jan 2006
Posts: 3,690
Very Senior Member
|
Very Senior Member
Joined: Jan 2006
Posts: 3,690 |
you can add a video layout which shows only a single screen and let the user choose which screen to display through the "Video Options" menu. it's not optimal, but at least gives the user the possibility to remove the blank screen.
|
|
|
|
Joined: May 2004
Posts: 970 Likes: 44
Senior Member
|
Senior Member
Joined: May 2004
Posts: 970 Likes: 44 |
You don't need a special layout for that, that's already possible with the default two-screen-horizontal layout you get when adding two screens.
|
|
|
|
Joined: Jul 2007
Posts: 4,625
Very Senior Member
|
Very Senior Member
Joined: Jul 2007
Posts: 4,625 |
Hello etabeta78, long time no see you. 
|
|
|
|
Joined: Apr 2012
Posts: 330 Likes: 33
Senior Member
|
OP
Senior Member
Joined: Apr 2012
Posts: 330 Likes: 33 |
You don't need a special layout for that, that's already possible with the default two-screen-horizontal layout you get when adding two screens. Thanks, I really should've known that myself. The selected layout is also saved in machine.cfg which helps too.
BBC Model B, ATPL Sidewise, Acorn Speech, 2xWatford Floppy Drives, AMX Mouse, Viglen case, etc.
|
|
|
|
Joined: Mar 2001
Posts: 16,960 Likes: 76
Very Senior Member
|
Very Senior Member
Joined: Mar 2001
Posts: 16,960 Likes: 76 |
It's actually possible to programmatically change which view is selected then too.
render_target *target = machine().render().first_target(); target->set_view(view);
where "view" is 0, 1, 2... in the order the options are in the layout. Some Macs use this because you can select either portrait or landscape video modes.
|
|
|
|
Joined: Apr 2012
Posts: 330 Likes: 33
Senior Member
|
OP
Senior Member
Joined: Apr 2012
Posts: 330 Likes: 33 |
It's actually possible to programmatically change which view is selected then too.
render_target *target = machine().render().first_target(); target->set_view(view); Exactly what I wanted, we got there in the end 
BBC Model B, ATPL Sidewise, Acorn Speech, 2xWatford Floppy Drives, AMX Mouse, Viglen case, etc.
|
|
|
1 members (Pernod),
23
guests, and
4
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
Forums9
Topics9,158
Posts119,911
Members5,034
|
Most Online1,283 Dec 21st, 2022
|
|
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!
|
|
|
|