mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
c++ fix.
This commit is contained in:
parent
3a49a59d8c
commit
4cf500edce
@ -89,11 +89,11 @@
|
|||||||
TYPE DEFINITIONS
|
TYPE DEFINITIONS
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
typedef enum _cdp1864_format cdp1864_format;
|
|
||||||
enum _cdp1864_format {
|
enum _cdp1864_format {
|
||||||
CDP1864_NON_INTERLACED = 0,
|
CDP1864_NON_INTERLACED = 0,
|
||||||
CDP1864_INTERLACED
|
CDP1864_INTERLACED
|
||||||
};
|
};
|
||||||
|
typedef enum _cdp1864_format cdp1864_format;
|
||||||
|
|
||||||
typedef struct _cdp1864_interface cdp1864_interface;
|
typedef struct _cdp1864_interface cdp1864_interface;
|
||||||
struct _cdp1864_interface
|
struct _cdp1864_interface
|
||||||
|
Loading…
Reference in New Issue
Block a user