d461: VPAC should be around here (nw)

This commit is contained in:
AJR 2018-01-04 13:51:34 -05:00
parent bacab2817f
commit 565826fe87

View File

@ -10,6 +10,8 @@ Skeleton driver for Data General Dasher 400 series terminals.
#include "cpu/m6809/m6809.h"
#include "machine/mc68681.h"
#include "machine/x2212.h"
//#include "video/crt9007.h"
//#include "screen.h"
class d400_state : public driver_device
{
@ -25,6 +27,7 @@ private:
static ADDRESS_MAP_START( mem_map, AS_PROGRAM, 8, d400_state )
AM_RANGE(0x0000, 0x3fff) AM_RAM
//AM_RANGE(0x4000, 0x403f) AM_DEVREADWRITE("vpac", crt9007_device, read, write)
AM_RANGE(0x4800, 0x48ff) AM_RAM
AM_RANGE(0x5000, 0x50ff) AM_RAM
AM_RANGE(0x6000, 0x6fff) AM_RAM