#include <stdio.h>
#include <stdlib.h>
#include <string.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 | iq80321_7seg_data |
Functions | |
DEVICE_ACCESS (iq80321_7seg) | |
DEVINIT (iq80321_7seg) | |
DEVICE_ACCESS | ( | iq80321_7seg | ) |
Definition at line 51 of file dev_iq80321_7seg.cc.
References data, debug, fatal(), iq80321_7seg_data::lsb, MEM_READ, MEM_WRITE, memory_readmax64(), memory_writemax64(), and iq80321_7seg_data::msb.
DEVINIT | ( | iq80321_7seg | ) |
Definition at line 97 of file dev_iq80321_7seg.cc.
References devinit::addr, CHECK_ALLOCATION, DM_DEFAULT, devinit::machine, machine::memory, memory_device_register(), and devinit::name.