hp9845: driver for HP9845T added (in collaboration with A.Kueckes)

This commit is contained in:
fulivi 2017-04-11 16:32:56 +02:00
parent 7f9b1a42e5
commit 8eedab96df
2 changed files with 993 additions and 113 deletions

File diff suppressed because it is too large Load Diff

View File

@ -76,9 +76,6 @@ protected:
// Character generator
required_region_ptr<uint8_t> m_chargen;
// Optional character generator
required_region_ptr<uint8_t> m_optional_chargen;
// Text mode video I/F
typedef struct {
uint8_t chars[ 80 ];