(MESS) concept: Added ATTR_DEPRECATED. (nw)

This commit is contained in:
Curt Coder 2014-03-19 14:30:32 +00:00
parent 79cdd77347
commit 5e0ddf2958

View File

@ -4,6 +4,8 @@
#include "emu.h"
#include "machine/wd17xx.h"
// FIXME: Concept expansion ports should just use the Apple II Bus device!
// The code below is outdated and inaccurate!
class concept_exp_card_device;
@ -30,7 +32,7 @@ protected:
// device type definition
extern const device_type CONCEPT_EXP_PORT;
extern const ATTR_DEPRECATED device_type CONCEPT_EXP_PORT;
//**************************************************************************
@ -111,7 +113,7 @@ protected:
};
extern const device_type CONCEPT_FDC;
extern const device_type CONCEPT_HDC;
extern const ATTR_DEPRECATED device_type CONCEPT_FDC;
extern const ATTR_DEPRECATED device_type CONCEPT_HDC;
#endif