Memory paging with a register #374
-
I have implemented my own Z80 computer with paged memory. A common segment above 8000, and 32k pages mapped at 0000-7FFF. How do we support this in RomWBW? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I can easily add the code to support this.
Thanks, Wayne |
Beta Was this translation helpful? Give feedback.
-
Hi @jpelletier, I have just checked in the changes to begin supporting Monsputer. Commit e286a42 in the dev branch. The abbreviated platform name is "MON". If you want to use something different, let me know. There is nothing enabled in the MON configuration at this point. You will need to review the configuration files and enable/configure what is needed for Monsputer. I added the code for the memory paging to hbios.asm, but you should review what I did. It is very simple. I'm sure you will have questions, so please just ask. Thanks, Wayne |
Beta Was this translation helpful? Give feedback.
Hi @jpelletier,
I have just checked in the changes to begin supporting Monsputer. Commit e286a42 in the dev branch. The abbreviated platform name is "MON". If you want to use something different, let me know.
There is nothing enabled in the MON configuration at this point. You will need to review the configuration files and enable/configure what is needed for Monsputer.
I added the code for the memory paging to hbios.asm, but you should review what I did. It is very simple. I'm sure you will have questions, so please just ask.
Thanks,
Wayne