#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cpu.h"
#include "device.h"
#include "emul.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
#include "thirdparty/mvme88k_vme.h"
Go to the source code of this file.
Classes | |
struct | vme_data |
Macros | |
#define | VME_LEN 0x1000 |
Functions | |
DEVICE_ACCESS (vme) | |
DEVINIT (vme) | |
#define VME_LEN 0x1000 |
Definition at line 51 of file dev_vme.cc.
DEVICE_ACCESS | ( | vme | ) |
Definition at line 57 of file dev_vme.cc.
References data, debug, MEM_READ, MEM_WRITE, memory_readmax64(), memory_writemax64(), vme_data::reg, VME2_GCSRCTL, VME2_IRQEN, VME2_IRQL3, VME2_IRQL4, VME2_T1CMP, VME2_T1COUNT, VME2_TCR, VME2_TCTL, and VME2_VBR.
DEVINIT | ( | vme | ) |
Definition at line 153 of file dev_vme.cc.
References devinit::addr, CHECK_ALLOCATION, DM_DEFAULT, devinit::machine, machine::memory, memory_device_register(), devinit::name, vme_data::reg, VME2_SET_VBR0, VME2_SET_VBR1, VME2_VBR, and VME_LEN.