Jump to content
IGNORED

ICD MIO ROM variants? Dump yours!


Nezgar

Recommended Posts

19 hours ago, Stephen J Carden said:

this is because the MIO Rom menu is in sbyte and copied to screen ram. You should learn how to code.

 

You mean like this? :lol:

 

10 GRAPHICS 0
20 POKE 752,1:PRINT CHR$(156)
25 ------------------------------
30 SCRN=DPEEK(88)
40 DIM SCRNCODE$(2)
50 SCRNOFF=SCRN+402
90 ------------------------------
100 FOR I=1 TO 30
110   READ SCRNCODE$
120   POKE SCRNOFF+I,DEC(SCRNCODE$)
130 NEXT I
140 ------------------------------
200 GOTO 200
999 ------------------------------
1000 DATA 4D,75,6C,74,69,2D,49,2F,4F,2
0,43,6F,6E,66,69,67,75,72,61,74,69,6F,
6E,20,76,31,2E,34,2E,32

 

screencodes.thumb.png.b816686499afb07ead87683d98bf116a.png

 

mioromhex.thumb.png.0071a7df00cb58da990b6dec771e792f.png

 

 

  • Like 1
  • Haha 4
Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...