Previous 199869 Revisions Next

r28724 Wednesday 19th March, 2014 at 14:30:32 UTC by Curt Coder
(MESS) concept: Added ATTR_DEPRECATED. (nw)
[src/mess/machine]concept_exp.h

trunk/src/mess/machine/concept_exp.h
r28723r28724
44#include "emu.h"
55#include "machine/wd17xx.h"
66
7// FIXME: Concept expansion ports should just use the Apple II Bus device!
8// The code below is outdated and inaccurate!
79
810class concept_exp_card_device;
911
r28723r28724
3032
3133
3234// device type definition
33extern const device_type CONCEPT_EXP_PORT;
35extern const ATTR_DEPRECATED device_type CONCEPT_EXP_PORT;
3436
3537
3638//**************************************************************************
r28723r28724
111113};
112114
113115
114extern const device_type CONCEPT_FDC;
115extern const device_type CONCEPT_HDC;
116extern const ATTR_DEPRECATED device_type CONCEPT_FDC;
117extern const ATTR_DEPRECATED device_type CONCEPT_HDC;
116118
117119#endif

Previous 199869 Revisions Next


© 1997-2024 The MAME Team