1
0
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:
Thomas Harte 2024-10-03 22:07:12 -04:00
parent 2eb9fb6a08
commit 45549b5fcd

View File

@ -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>;
/*! /*!