mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-24 10:31:15 +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<
|
||||
CRTCBusHandler,
|
||||
Motorola::CRTC::Personality::HD6845S,
|
||||
Motorola::CRTC::Personality::UM6845R,
|
||||
Motorola::CRTC::CursorType::None>;
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user