From 051011971f9cce5ce1d99a9bfcf691bcf7975448 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 26 Mar 2013 15:18:37 +0000 Subject: Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] --- src/mess/machine/sa1403d.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mess/machine/sa1403d.h') diff --git a/src/mess/machine/sa1403d.h b/src/mess/machine/sa1403d.h index 286a3ef4fa4..2f189e7b026 100644 --- a/src/mess/machine/sa1403d.h +++ b/src/mess/machine/sa1403d.h @@ -29,10 +29,6 @@ public: virtual void ExecCommand( int *transferLength ); virtual void WriteData( UINT8 *data, int dataLength ); - -protected: - // device-level overrides - virtual void device_config_complete() { m_shortname = "sa1403d"; } }; -- cgit v1.2.3-70-g09d2