Jean-MarcHarvengt / MCUME

Multi CompUter Machine Emulator for several MCUs
423 stars 60 forks source link

How to switch Atari ST emu to Hires black and white mode #12

Closed pilot-web closed 2 years ago

pilot-web commented 2 years ago

a) How can I switch from the 2 LowRes color modes to permanent HiRes black and white mode? Do I have to modify a setting in the platform_config.h file for a permanent black and white mode?

b) Please explain die assignment of the 2 user buttons. I found that I could assign another .ST file at the start menu.

Jean-MarcHarvengt commented 2 years ago

there is currently no way. On the menu: USER1 is used to start in hires mode USER2 to insert second floppy

When running, USER1 to switch between mouse and joystick using the joystick/dpad

Like on a real Atari st, you connect a BW monitor or a Color one. No way to switch from Color to BW dynamically. When you start with USER1 in HIRES, the VGA quality is less good because of distorsion with the 2 DMAs not synched. There it goes to 640x480, in HIRES/LORES, it uses 640x240.

Still now write routine on the UAE, sorry...

Jean-MarcHarvengt commented 2 years ago

in fact this is not true, it always uses 640x480, I will see how I can switch between BW and color. But TOS does not allow. May be via desktop savings?