#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include "cpu.h"
#include "device.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
Go to the source code of this file.
Classes | |
struct | dreamcast_rtc_data |
Macros | |
#define | debug fatal |
Functions | |
DEVICE_ACCESS (dreamcast_rtc) | |
DEVINIT (dreamcast_rtc) | |
#define debug fatal |
Definition at line 51 of file dev_dreamcast_rtc.cc.
DEVICE_ACCESS | ( | dreamcast_rtc | ) |
Definition at line 57 of file dev_dreamcast_rtc.cc.
References data, fatal(), MEM_READ, MEM_WRITE, memory_readmax64(), and memory_writemax64().
DEVINIT | ( | dreamcast_rtc | ) |
Definition at line 113 of file dev_dreamcast_rtc.cc.
References CHECK_ALLOCATION, DM_DEFAULT, devinit::machine, machine::memory, memory_device_register(), and devinit::name.