mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +03:00
Updated for latest mame revision.
This commit is contained in:
parent
239f178cfe
commit
5919311dd5
@ -32,7 +32,9 @@ MACHINE_CONFIG_END
|
|||||||
// GLOBAL VARIABLES
|
// GLOBAL VARIABLES
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
|
||||||
const device_type COCO_PAK_GMC = device_creator<coco_pak_gmc_device>;
|
//const device_type COCO_PAK_GMC = device_creator<coco_pak_gmc_device>;
|
||||||
|
|
||||||
|
DEFINE_DEVICE_TYPE(COCO_PAK_GMC, coco_pak_gmc_device, "cocopakgmc", "CoCo Games Master Cartridge")
|
||||||
|
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
// coco_pak_device - constructor
|
// coco_pak_device - constructor
|
||||||
|
@ -27,5 +27,7 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
// device type definition
|
// device type definition
|
||||||
extern const device_type COCO_PAK_GMC;
|
//extern const device_type COCO_PAK_GMC;
|
||||||
|
DECLARE_DEVICE_TYPE(COCO_PAK_GMC, coco_pak_gmc_device)
|
||||||
|
|
||||||
#endif /* __COCO_GMC_H__ */
|
#endif /* __COCO_GMC_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user