mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +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
|
||||
//**************************************************************************
|
||||
|
||||
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
|
||||
|
@ -27,5 +27,7 @@ private:
|
||||
|
||||
|
||||
// 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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user