summaryrefslogblamecommitdiffstatshomepage
path: root/src/devices/machine/68307bus.h
blob: 5131ad4c9c51ec340ae6e0ece5e5a15fc0cd15e4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                  
                              
 





                             



                 
 




                       

                         
// license:BSD-3-Clause
// copyright-holders:David Haywood
#include "cpu/m68000/m68000.h"

#define m68307BUS_MADR (0x01)
#define m68307BUS_MFDR (0x03)
#define m68307BUS_MBCR (0x05)
#define m68307BUS_MBSR (0x07)
#define m68307BUS_MBDR (0x09)


class m68307_mbus
{
	public:

	UINT16 m_MFCR;

	bool m_busy;
	bool m_intpend;

	void reset(void);
};