Jump to content
IGNORED

videopac g7400 c7420 character memory locations


xxx

Recommended Posts

very little seems to be written about this system. i was wondering where the user definable characters were stored in ram? so i could change them with a poke, instead of using the cumbersome seteg command. i tried running a program to peek the memory from -32767 to 32767, looking for 10 identical numbers that i had written in seteg, to no avail. any help would be appreciated

Link to comment
Share on other sites

they are not 🙂 thats why you cant find them in ram ...

 

seteg is actually a command in the G7400 Basic (16KB, written in Z80 code) that instructs the cart stuck into the G7400 (2 KB, written in 8048h code) to redefine a character on the EF9340+EF9341 chips (special chips in the G7400 not present in the G7000, that were also used in various teletext systems) - so no simple poke to set the characters 🙂 you could disassemble the C7420 Rom Source to see what exactly seteg is doing and it might be possible to write a machine language program in Z80 code you could poke into memory and run - but I doubt it would give you a speed advantage over seteg ... 

 

also - not really worth scanning the memory from -32767 to 32767 - the C7420 has only 16KB of ram 🙂

  • Like 1
Link to comment
Share on other sites

14 hours ago, manopac said:

they are not 🙂 thats why you cant find them in ram ...

 

seteg is actually a command in the G7400 Basic (16KB, written in Z80 code) that instructs the cart stuck into the G7400 (2 KB, written in 8048h code) to redefine a character on the EF9340+EF9341 chips (special chips in the G7400 not present in the G7000, that were also used in various teletext systems) - so no simple poke to set the characters 🙂 you could disassemble the C7420 Rom Source to see what exactly seteg is doing and it might be possible to write a machine language program in Z80 code you could poke into memory and run - but I doubt it would give you a speed advantage over seteg ... 

 

also - not really worth scanning the memory from -32767 to 32767 - the C7420 has only 16KB of ram 🙂

is there an annotated rom disassembly somewhere online?

 

i actually wrote a program that sticks numbers straight into the basic code but i would like to do it the other way

Edited by xxx
Link to comment
Share on other sites

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...