diff options
author | 2013-01-11 19:43:14 +0000 | |
---|---|---|
committer | 2013-01-11 19:43:14 +0000 | |
commit | 1940866c70674f0a625a79677b90f9f4a33b2e25 (patch) | |
tree | 0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/mess/machine/at45dbxx.h | |
parent | cff79778372c37b3b2eb9f64e31bd0abfdab978d (diff) |
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/mess/machine/at45dbxx.h')
-rw-r--r-- | src/mess/machine/at45dbxx.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mess/machine/at45dbxx.h b/src/mess/machine/at45dbxx.h index d8f5ec81e33..96239474168 100644 --- a/src/mess/machine/at45dbxx.h +++ b/src/mess/machine/at45dbxx.h @@ -43,8 +43,7 @@ extern const device_type AT45DB041; #define MCFG_AT45DB041_ADD(_tag) \ - MCFG_DEVICE_ADD(_tag, AT45DB041, 0) \ - + MCFG_DEVICE_ADD(_tag, AT45DB041, 0) class at45db081_device : public at45db041_device { public: @@ -58,8 +57,7 @@ extern const device_type AT45DB081; #define MCFG_AT45DB081_ADD(_tag) \ - MCFG_DEVICE_ADD(_tag, AT45DB081, 0) \ - + MCFG_DEVICE_ADD(_tag, AT45DB081, 0) class at45db161_device : public at45db041_device { public: @@ -73,8 +71,7 @@ extern const device_type AT45DB161; #define MCFG_AT45DB161_ADD(_tag) \ - MCFG_DEVICE_ADD(_tag, AT45DB161, 0) \ - + MCFG_DEVICE_ADD(_tag, AT45DB161, 0) /*************************************************************************** FUNCTION PROTOTYPES |