diff options
| author | 2016-05-25 08:19:21 +0200 | |
|---|---|---|
| committer | 2016-05-25 08:19:21 +0200 | |
| commit | 68785dccfee3208163c8169abc5c6d01becf36d4 (patch) | |
| tree | d6967331fd0e938981777aa32b5f246e04fb701b /src/devices/bus/neogeo/fatfury2.cpp | |
| parent | c1230f8b9bf4373d396ecb970c966ec2ce6dfc15 (diff) | |
Cleanups and version bumpmame0174
Diffstat (limited to 'src/devices/bus/neogeo/fatfury2.cpp')
| -rw-r--r-- | src/devices/bus/neogeo/fatfury2.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/bus/neogeo/fatfury2.cpp b/src/devices/bus/neogeo/fatfury2.cpp index 79c324754cd..3236e2f7574 100644 --- a/src/devices/bus/neogeo/fatfury2.cpp +++ b/src/devices/bus/neogeo/fatfury2.cpp @@ -1,10 +1,10 @@ // license:BSD-3-Clause // copyright-holders:S. Smith,David Haywood,Fabio Priuli /*********************************************************************************************************** - + Neo Geo cart emulation Fatal Fury 2 cart type - + ***********************************************************************************************************/ @@ -50,4 +50,3 @@ machine_config_constructor neogeo_fatfury2_cart::device_mconfig_additions() cons { return MACHINE_CONFIG_NAME( fatfury2_cart ); } - |
