Home
JAQForum Ver 20.06
Log In or Join  
Active Topics
Local Time 07:30 29 Mar 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Mode command locks up cmm2

Author Message
qwerty823
Newbie

Joined: 30/07/2020
Location: United States
Posts: 30
Posted: 10:45pm 30 Nov 2020
Copy link to clipboard 
Print this post

Using
mode 14,8
locks up my cmm2. Any one else seeing this?

I have a program that runs through all the modes and dumps the size and page address, and it recently stopped working. It seems to hang when it tries mode 14 or 15.

I don't have a widescreen monitor hooked up, so not sure if its related with trying to use widescreen modes (or maybe modes beyond my monitors 1280x1024 resolution), but before it would work, even if I didn't get a picture.

I can post the code, but curious if others are having issues with this mode as well.

If it helps, I'm using version 5.06.00b7.
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 5867
Posted: 10:59pm 30 Nov 2020
Copy link to clipboard 
Print this post

The maximum MODE is 13
Where did you get modes 14 and 15 from?

It 'should' give an error if you try a non-existent mode but it is not something i ever tried (until now).

Jim
VK7JH
MMedit   MMBasic Help
 
qwerty823
Newbie

Joined: 30/07/2020
Location: United States
Posts: 30
Posted: 11:13pm 30 Nov 2020
Copy link to clipboard 
Print this post

> mode 0,8
0 is invalid (valid is 1 to 15)

>


I'm guessing it was added in one of the beta's. What version do you have, Jim?
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 5867
Posted: 11:24pm 30 Nov 2020
Copy link to clipboard 
Print this post

Peter must have been playing at some time.

I am on beta 9 today but don't remember anything higher than 13 getting announced.

Jim
VK7JH
MMedit   MMBasic Help
 
qwerty823
Newbie

Joined: 30/07/2020
Location: United States
Posts: 30
Posted: 03:05am 01 Dec 2020
Copy link to clipboard 
Print this post

I switched back to 05.05.06RC19 and tried my "modes.bas" program. For modes 14/15, it prints:

14 800x480
Pages 8: 8
Addr: 24000000/D0000000/D0060000/D00C0000/D0120000/D0180000/D01E0000/D0240000/D02A0000/
Pages 12: 3
Addr: D0000000/D00C0000/D0180000/D0240000/
Pages 16: 3
Addr: D0000000/D00C0000/D0180000/D0240000/
15 1024x600
Pages 8: 4
Addr: D0000000/D00A0000/D0140000/D01E0000/D0280000/
Pages 12: 1
Addr: D0000000/D0140000/
Pages 16: 1
Addr: D0000000/D0140000/


So, it seems like mode 14 was 800x480 and mode 15 was 1024x600. I'm not sure what the "real modes" are, but my monitor doesn't like them, but at least with RC19, it wasn't locking up.
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024