mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 01:32:55 +00:00
Switch CRTC type.
This commit is contained in:
parent
2eb9fb6a08
commit
45549b5fcd
@ -585,7 +585,7 @@ class CRTCBusHandler {
|
|||||||
};
|
};
|
||||||
using CRTC = Motorola::CRTC::CRTC6845<
|
using CRTC = Motorola::CRTC::CRTC6845<
|
||||||
CRTCBusHandler,
|
CRTCBusHandler,
|
||||||
Motorola::CRTC::Personality::HD6845S,
|
Motorola::CRTC::Personality::UM6845R,
|
||||||
Motorola::CRTC::CursorType::None>;
|
Motorola::CRTC::CursorType::None>;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user