
Search found 2 matches
- Sun Oct 02, 2022 7:51 am
- Forum: X68000 Assembly Programming
- Topic: How to restore text mode?
- Replies: 2
- Views: 10031
Re: How to restore text mode?
That worked perfectly, thank you! 

- Thu Sep 29, 2022 6:28 pm
- Forum: X68000 Assembly Programming
- Topic: How to restore text mode?
- Replies: 2
- Views: 10031
How to restore text mode?
Hi Keith,
I'm working on a small something and have found your tutorials invaluable, thank you.
My question is, how do you restore text mode after going into graphics mode? I've tried using
move.w #%0000000011000000,$e82600
dc.w $ff00
and while this gets me back to DOS, the text looks like its ...
I'm working on a small something and have found your tutorials invaluable, thank you.
My question is, how do you restore text mode after going into graphics mode? I've tried using
move.w #%0000000011000000,$e82600
dc.w $ff00
and while this gets me back to DOS, the text looks like its ...