More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can

This commit is contained in:
Miodrag Milanovic 2014-07-22 06:21:54 +00:00
parent 5d7e1fcc62
commit 79246ab917
382 changed files with 9321 additions and 9413 deletions

View File

@ -113,4 +113,3 @@ private:
#endif

View File

@ -60,4 +60,3 @@ public:
};
#endif

View File

@ -11,8 +11,7 @@ extern const device_type MSX_SLOT_BUNSETSU;
#define MCFG_MSX_SLOT_BUNSETSU_ADD(_tag, _startpage, _numpages, _region, _offset, _bunsetsu_region_tag) \
MCFG_MSX_INTERNAL_SLOT_ADD(_tag, MSX_SLOT_BUNSETSU, _startpage, _numpages) \
msx_slot_rom_device::set_rom_start(*device, _region, _offset); \
msx_slot_bunsetsu_device::set_bunsetsu_region_tag(*device, _bunsetsu_region_tag); \
msx_slot_bunsetsu_device::set_bunsetsu_region_tag(*device, _bunsetsu_region_tag);
class msx_slot_bunsetsu_device : public msx_slot_rom_device
{
public:
@ -35,4 +34,3 @@ private:
#endif

View File

@ -80,4 +80,3 @@ public:
#endif

View File

@ -195,4 +195,3 @@ private:
#endif

View File

@ -13,8 +13,7 @@ extern const device_type MSX_SLOT_MUSIC;
#define MCFG_MSX_SLOT_MUSIC_ADD(_tag, _startpage, _numpages, _region, _offset, _ym2413_tag) \
MCFG_MSX_INTERNAL_SLOT_ADD(_tag, MSX_SLOT_MUSIC, _startpage, _numpages) \
msx_slot_rom_device::set_rom_start(*device, _region, _offset); \
msx_slot_music_device::set_ym2413_tag(*device, _ym2413_tag); \
msx_slot_music_device::set_ym2413_tag(*device, _ym2413_tag);
class msx_slot_music_device : public msx_slot_rom_device
{
public:
@ -36,4 +35,3 @@ private:
#endif

View File

@ -4,8 +4,7 @@
#include "slot.h"
#define MCFG_MSX_SLOT_RAM_ADD(_tag, _startpage, _numpages) \
MCFG_MSX_INTERNAL_SLOT_ADD(_tag, MSX_SLOT_RAM, _startpage, _numpages) \
MCFG_MSX_INTERNAL_SLOT_ADD(_tag, MSX_SLOT_RAM, _startpage, _numpages)
class msx_slot_ram_device : public device_t,
public msx_internal_slot_interface
{

View File

@ -41,4 +41,3 @@ private:
extern const device_type MSX_SLOT_RAM_MM;
#endif

View File

@ -42,6 +42,3 @@ private:
};
#endif

View File

@ -95,6 +95,3 @@ private:
};
#endif

View File

@ -83,6 +83,3 @@ private:
};
#endif

View File

@ -38,8 +38,3 @@ private:
};
#endif

View File

@ -34,6 +34,3 @@ private:
};
#endif

View File

@ -36,7 +36,3 @@ private:
};
#endif

View File

@ -37,6 +37,3 @@ private:
};
#endif

View File

@ -74,4 +74,3 @@ protected:
};
#endif

View File

@ -32,6 +32,3 @@ private:
};
#endif

View File

@ -46,6 +46,3 @@ private:
};
#endif

View File

@ -36,7 +36,3 @@ private:
};
#endif

View File

@ -54,6 +54,3 @@ private:
};
#endif

View File

@ -88,6 +88,5 @@ extern const input_device_default DEVICE_INPUT_DEFAULTS_NAME(SCSI_ID_7)[];
MCFG_DEVICE_MODIFY(_tag ) \
MCFG_SLOT_OPTION_ADD( _option, _type ) \
MCFG_SLOT_OPTION_DEVICE_INPUT_DEFAULTS( _option, _id ) \
MCFG_SLOT_DEFAULT_OPTION( _option ) \
MCFG_SLOT_DEFAULT_OPTION( _option )
#endif

View File

@ -360,4 +360,3 @@ void minx_cpu_device::CALL( UINT16 arg )
#define AD2_Y8 UINT32 addr2 = ( m_YI << 16 ) | ( m_Y + rdop() )
#define AD2_XL UINT32 addr2 = ( m_XI << 16 ) | ( m_X + ( m_HL & 0x00FF ) )
#define AD2_YL UINT32 addr2 = ( m_YI << 16 ) | ( m_Y + ( m_HL & 0x00FF ) )

View File

@ -559,4 +559,3 @@ const int minx_cpu_device::insnminx_cycles[256] = {
8, 8, 8, 8, 8, 8, 8, 8, 12, 12, 12, 12, 12, 12, 12, 12,
20, 8, 24, 12, 8, 1, 8, 12, 8, 8, 8, 20, 20, 1, 1, 8
};

View File

@ -107,8 +107,6 @@ const gfx_layout name = { width, height, RGN_FRAC(1,1), 8, { GFX_RAW }, { 0 }, {
// use these to declare a gfx_decode_entry array as a member of a device class
#define DECLARE_GFXDECODE_MEMBER( name ) static const gfx_decode_entry name[]
#define GFXDECODE_MEMBER( name ) const gfx_decode_entry name[] = {
// common gfx_decode_entry macros
#define GFXDECODE_ENTRYX(region,offset,layout,start,colors,flags) { region, offset, &layout, start, colors, flags },
#define GFXDECODE_ENTRY(region,offset,layout,start,colors) { region, offset, &layout, start, colors, 0 },

View File

@ -46,8 +46,7 @@
//**************************************************************************
#define MCFG_CR511B_ADD(_tag) \
MCFG_DEVICE_ADD(_tag, CR511B, 0) \
MCFG_DEVICE_ADD(_tag, CR511B, 0)
#define MCFG_CR511B_STCH_HANDLER(_devcb) \
devcb = &cr511b_device::set_stch_handler(*device, DEVCB_##_devcb);

View File

@ -23,8 +23,7 @@
//**************************************************************************
#define MCFG_DMAC_ADD(_tag, _clock) \
MCFG_DEVICE_ADD(_tag, DMAC, _clock) \
MCFG_DEVICE_ADD(_tag, DMAC, _clock)
#define MCFG_DMAC_CFGOUT_HANDLER(_devcb) \
devcb = &dmac_device::set_cfgout_handler(*device, DEVCB_##_devcb);

View File

@ -89,4 +89,3 @@ extern const device_type YM2148;
#endif

View File

@ -148,7 +148,6 @@ ATTR_COLD void netlist_matrix_solver_direct_t<m_N, _storage_N>::add_term(int k,
template <int m_N, int _storage_N>
ATTR_COLD void netlist_matrix_solver_direct_t<m_N, _storage_N>::vsetup(netlist_analog_net_t::list_t &nets)
{
if (m_dim < nets.count())
netlist().error("Dimension %d less than %d", m_dim, nets.count());

View File

@ -34,7 +34,6 @@ ATTR_HOT double netlist_matrix_solver_direct1_t::vsolve()
ATTR_HOT inline int netlist_matrix_solver_direct1_t::vsolve_non_dynamic()
{
netlist_analog_net_t *net = m_nets[0];
this->build_LE();
//NL_VERBOSE_OUT(("%f %f\n", new_val, m_RHS[0] / m_A[0][0]);

View File

@ -36,7 +36,6 @@ ATTR_HOT double netlist_matrix_solver_direct2_t::vsolve()
ATTR_HOT inline int netlist_matrix_solver_direct2_t::vsolve_non_dynamic()
{
build_LE();
const double a = m_A[0][0];

View File

@ -154,7 +154,7 @@ ATTR_HOT inline int netlist_matrix_solver_gauss_seidel_t<m_N, _storage_N>::vsolv
ws = 0.9;
#else
// calculate an estimate for rho.
// This is based on the PerronFrobenius theorem for positive matrices.
// This is based on the Perron???Frobenius theorem for positive matrices.
// No mathematical proof here. The following estimates the
// optimal relaxation parameter pretty well. Unfortunately, the
// overhead is bigger than the gain. Consequently the fast GS below

View File

@ -45,7 +45,6 @@
namespace luabridge
{
// Forward declaration
//
template <class T>

View File

@ -70,4 +70,3 @@ public:
return &value;
}
};

View File

@ -111,4 +111,3 @@ private:
// Don't use postfix increment, it is less efficient
Iterator operator++ (int);
};

View File

@ -208,5 +208,3 @@ LUALIB_API void (luaL_openlib) (lua_State *L, const char *libname,
#endif

View File

@ -92,4 +92,3 @@ LUAI_DDEC const lu_byte luai_ctype_[UCHAR_MAX + 2];
#endif /* } */
#endif

View File

@ -43,4 +43,3 @@ LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
#endif

View File

@ -54,4 +54,3 @@ LUAI_FUNC void *luaM_growaux_ (lua_State *L, void *block, int *size,
const char *what);
#endif

View File

@ -604,4 +604,3 @@ LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len);
#endif

View File

@ -225,4 +225,3 @@ LUAI_FUNC void luaE_freeCI (lua_State *L);
#endif

View File

@ -548,4 +548,3 @@
#endif

View File

@ -7383,4 +7383,3 @@ struct sqlite3_rtree_geometry {
#endif
#endif /* ifndef _SQLITE3RTREE_H_ */

View File

@ -2,4 +2,3 @@
void bfm_sc45_layout_helper(running_machine &machine);
int find_project_string(running_machine &machine, int addrxor, int mode);

View File

@ -225,4 +225,3 @@ extern UINT16 konamigx_wrport2;
#define GXSUB_4BPP 0x04 // 16 colors
#define GXSUB_5BPP 0x05 // 32 colors
#define GXSUB_8BPP 0x08 // 256 colors

View File

@ -495,5 +495,3 @@ ADDRESS_MAP_EXTERN(neogeo_main_map,16);
#define ROM_Y_ZOOM \
ROM_REGION( 0x20000, "zoomy", 0 ) \
ROM_LOAD( "000-lo.lo", 0x00000, 0x20000, CRC(5a86cff2) SHA1(5992277debadeb64d1c1c64b0a92d9293eaf7e4a) )

View File

@ -31687,4 +31687,3 @@ fireball
amusco // 1987, Amusco.
cocoloco // 198?, Petaco S.A.

View File

@ -36,4 +36,3 @@ extern const device_type DECO_ZOOMSPR;
#define MCFG_DECO_ZOOMSPR_GFXDECODE(_gfxtag) \
deco_zoomspr_device::static_set_gfxdecode_tag(*device, "^" _gfxtag);

View File

@ -22,5 +22,3 @@ private:
};
extern const device_type EXCELLENT_SPRITE;

View File

@ -142,5 +142,3 @@ public:
};
extern const device_type NEOGEO_SPRITE_MIDAS;

View File

@ -70,5 +70,3 @@ extern const device_type TECMO_MIXER;
#define MCFG_TECMO_MIXER_BGPEN(_bgpen) \
tecmo_mix_device::set_bgpen(*device, _bgpen);

View File

@ -40,6 +40,3 @@ extern const device_type TECMO_SPRITE;
#define MCFG_TECMO_SPRITE_BOOTLEG(_bootleg) \
tecmo_spr_device::set_bootleg(*device, _bootleg);

View File

@ -40,6 +40,3 @@ extern const device_type VS920A;
#define MCFG_VS920A_GFXDECODE(_gfxtag) \
vs920a_text_tilemap_device::static_set_gfxdecode_tag(*device, "^" _gfxtag);

View File

@ -44,4 +44,3 @@ private:
};
#endif

View File

@ -29,4 +29,3 @@ private:
};
#endif

View File

@ -35,4 +35,3 @@ private:
};
#endif