M
Matthew
Guest
I am building a video circuit to use with a z80-based project.
I am looking to use a 6845 to give a screen resolution of 512*256 with
8 colours.
I have a problem understanding the addressing of the 6845 - it seems
to be only for use with character based video.
I want to use one byte of screen memory to give me 2 pixels (I will
have 2 bits left over for other uses - flashing etc). This means I
have to address 64k memory and have 16 address lines. I also want that
memory to be able to be accessed contiguously from 0 to 64k.
Can someone explain how this could be done?
Many thanks,
Matthew
I am looking to use a 6845 to give a screen resolution of 512*256 with
8 colours.
I have a problem understanding the addressing of the 6845 - it seems
to be only for use with character based video.
I want to use one byte of screen memory to give me 2 pixels (I will
have 2 bits left over for other uses - flashing etc). This means I
have to address 64k memory and have 16 address lines. I also want that
memory to be able to be accessed contiguously from 0 to 64k.
Can someone explain how this could be done?
Many thanks,
Matthew