#include "xemu/emutools_snapshot.h"
#include <time.h>
Go to the source code of this file.
|
void | cia_init (struct Cia6526 *cia, const char *name, void(*outa)(Uint8 data), void(*outb)(Uint8 data), void(*outsr)(Uint8 data), Uint8(*ina)(void), Uint8(*inb)(void), Uint8(*insr)(void), void(*setint)(int level)) |
|
void | cia_reset (struct Cia6526 *cia) |
|
void | cia_write (struct Cia6526 *cia, int addr, Uint8 data) |
|
Uint8 | cia_read (struct Cia6526 *cia, int addr) |
|
void | cia_tick (struct Cia6526 *cia, int ticks) |
|
void | cia_dump_state (struct Cia6526 *cia) |
|
void | cia_ugly_tod_updater (struct Cia6526 *cia, const struct tm *t, Uint8 sec10, int hour_offset) |
|
◆ cia_dump_state()
void cia_dump_state |
( |
struct Cia6526 * |
cia | ) |
|
◆ cia_init()
◆ cia_read()
◆ cia_reset()
void cia_reset |
( |
struct Cia6526 * |
cia | ) |
|
◆ cia_tick()
void cia_tick |
( |
struct Cia6526 * |
cia, |
|
|
int |
ticks |
|
) |
| |
◆ cia_ugly_tod_updater()
void cia_ugly_tod_updater |
( |
struct Cia6526 * |
cia, |
|
|
const struct tm * |
t, |
|
|
Uint8 |
sec10, |
|
|
int |
hour_offset |
|
) |
| |
◆ cia_write()
void cia_write |
( |
struct Cia6526 * |
cia, |
|
|
int |
addr, |
|
|
Uint8 |
data |
|
) |
| |