diff options
author | 2016-03-10 01:12:46 +0100 | |
---|---|---|
committer | 2016-03-10 01:12:46 +0100 | |
commit | c44ffeb8fc184d54cbea878bae11eca38c7173e7 (patch) | |
tree | 22cbd0471119a8dc34f98f4f7791d64ae4fb1731 | |
parent | c014845c2e2fda7a56adcd6c6f5901d15fe097f4 (diff) |
tagged car jamboree driver to myself, will rewrite it soon
-rw-r--r-- | src/mame/drivers/carjmbre.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/drivers/carjmbre.cpp b/src/mame/drivers/carjmbre.cpp index e32fc2b77de..3471647a7ad 100644 --- a/src/mame/drivers/carjmbre.cpp +++ b/src/mame/drivers/carjmbre.cpp @@ -1,7 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Haywood - -// **** SKELETON DRIVER **** original removed due to unresolved licensing. +// copyright-holders:hap /*************************************************************************** @@ -40,7 +38,7 @@ class carjmbre_state : public driver_device public: carjmbre_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) - {} + { } }; |