StuBS
cmos.cc File Reference
#include "machine/cmos.h"
#include "machine/core.h"
#include "machine/ioport.h"
Include dependency graph for cmos.cc:

Namespaces

namespace  CMOS
 CMOS.
 
namespace  CMOS::NMI
 

Functions

void CMOS::NMI::enable ()
 
void CMOS::NMI::disable ()
 
bool CMOS::NMI::isEnabled ()
 
static void CMOS::setAddress (enum Register reg)
 
uint8_t CMOS::read (enum Register reg)
 
void CMOS::write (enum Register reg, uint8_t value)
 

Constants

static IOPort CMOS::address (0x70)
 
static IOPort CMOS::data (0x71)
 
static const uint8_t CMOS::NMI::mask = 0x80
 
static bool CMOS::NMI::disabled = false