How do I load .sc2 files on an MSX?

Por Omargrafx

Resident (43)

Imagen del Omargrafx

23-08-2019, 23:45

Hi,
I'm using BlueMSX to try to load .SC2 files and display them, but can't. I'm a newbie in MSX world. Can someone help me?

Login sesión o register para postear comentarios

Por meits

Scribe (6542)

Imagen del meits

24-08-2019, 01:12

1 screen 2
2 bload "file.sc2",s
3 a$=input$(1)

1 goes to screen 2 mode
2 binary loads the .sc2 file (enter your filename here) to the screen (,s)
3 waits until a key is pressed

Por Omargrafx

Resident (43)

Imagen del Omargrafx

24-08-2019, 01:51

I tried that, it says "Disk offline in 2".

Por Omargrafx

Resident (43)

Imagen del Omargrafx

24-08-2019, 02:20

Nevermind, I saw the problem. Forgot to load the directory. Thanks anyway!

Por gdx

Enlighted (6209)

Imagen del gdx

25-08-2019, 13:47

If you just want see quickly your SC2 pictures, there is a viewer for MSX-DOS:
https://msx.org/forum/msx-talk/software/screen2-picture-view...

Por Omargrafx

Resident (43)

Imagen del Omargrafx

27-08-2019, 13:47

Oh, thanks!