tagged car jamboree driver to myself, will rewrite it soon

This commit is contained in:
hap 2016-03-10 01:12:46 +01:00
parent c014845c2e
commit c44ffeb8fc

View File

@ -1,7 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:David Haywood // copyright-holders:hap
// **** SKELETON DRIVER **** original removed due to unresolved licensing.
/*************************************************************************** /***************************************************************************
@ -40,7 +38,7 @@ class carjmbre_state : public driver_device
public: public:
carjmbre_state(const machine_config &mconfig, device_type type, const char *tag) carjmbre_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) : driver_device(mconfig, type, tag)
{} { }
}; };