//! HAL for the Commodore 64 BASIC ROM.
use crate::;
/// Type-safe interface to the BASIC ROM.
///
/// This can only be constructed when the memory configuration has the BASIC ROM overlay
/// enabled, making it safe to call BASIC and Kernal functions.