Cleanups and version bump

This commit is contained in:
Miodrag Milanovic 2013-11-05 06:59:51 +00:00
parent 50cdc0f4ae
commit 44d5c1b8ab
236 changed files with 5626 additions and 5674 deletions

View File

@ -44,7 +44,7 @@
You should now see the following text at the top of the screen:
DOS är UFD-DOS ver. 19
DOS ??r UFD-DOS ver. 19
DR_: motsvarar MF_:
Enter "BYE" to get into the UFD-DOS command prompt.

View File

@ -522,4 +522,3 @@ void nec_common_device::execute_run()
do_prefetch(prev_ICount);
}
}

View File

@ -745,4 +745,3 @@ void v25_common_device::execute_run()
do_prefetch(prev_ICount);
}
}

View File

@ -420,4 +420,3 @@ INT64 saturn_device::Reg64Int(Saturn64 r)
x |= (INT64) r[i] << (4*i);
return x;
}

View File

@ -997,7 +997,6 @@ void scudsp_cpu_device::device_start()
void scudsp_cpu_device::device_reset()
{
}
void scudsp_cpu_device::execute_set_input(int irqline, int state)

View File

@ -29,7 +29,6 @@ er59256_device::er59256_device(const machine_config &mconfig, const char *tag, d
m_command(0),
m_flags(0)
{
}
//-------------------------------------------------

View File

@ -583,4 +583,3 @@ WRITE8_MEMBER(ncr5380n_device::write)
break;
}
}

View File

@ -340,7 +340,6 @@ NETLIB_START(nic7448)
NETLIB_UPDATE(nic7448)
{
if (INPLOGIC(m_BIQ) && !INPLOGIC(m_LTQ))
{
sub.update_outputs(8);
@ -502,7 +501,6 @@ NETLIB_UPDATE(nic7474)
NETLIB_START(nic7474)
{
register_sub(sub, "sub");
register_input(sub, "CLK", sub.m_clk, net_input_t::INP_STATE_LH);
register_input("D", m_D);
@ -1040,4 +1038,3 @@ net_device_t *net_create_device_by_name(const astring &name, netlist_setup_t &se
fatalerror("Class %s required for IC %s not found!\n", name.cstr(), icname.cstr());
return NULL; // appease code analysis
}

View File

@ -2,5 +2,3 @@
* nld_7400.c
*
*/

View File

@ -311,7 +311,6 @@ ATTR_HOT inline void net_output_t::update_dev(const net_input_t *inp, const UINT
ATTR_HOT inline void net_output_t::update_devs()
{
assert(m_num_cons != 0);
const UINT32 masks[4] = { 1, 5, 3, 1 };

View File

@ -315,4 +315,3 @@ void netlist_setup_t::print_stats()
printf("Queue Move %15d\n", m_netlist.m_queue.m_prof_sortmove);
}
}

View File

@ -36,7 +36,6 @@
#define NETLIST_START(_name) \
ATTR_COLD void NETLIST_NAME(_name)(netlist_setup_t &netlist) \
{
#define NETLIST_END }
#define NETLIST_INCLUDE(_name) \

View File

@ -257,5 +257,3 @@ const rom_entry *ym2608_device::device_rom_region() const
{
return ROM_NAME( ym2608 );
}

View File

@ -85,7 +85,6 @@ void fixedfreq_device::device_config_complete()
void fixedfreq_device::device_start()
{
m_htotal = 0;
m_vtotal = 0;
@ -222,7 +221,6 @@ UINT32 fixedfreq_device::screen_update(screen_device &screen, bitmap_rgb32 &bitm
void fixedfreq_device::update_vid(double newval, attotime cur_time)
{
bitmap_rgb32 *bm = m_bitmap[m_cur_bm];
int pixels = round((cur_time - m_line_time).as_double() / m_clock_period.as_double());
@ -292,5 +290,3 @@ void fixedfreq_device::update_vid(double newval, attotime cur_time)
/***************************************************************************/

View File

@ -48,7 +48,6 @@ class fixedfreq_device : public device_t,
public device_video_interface,
public fixedfreq_interface
{
public:
// construction/destruction
fixedfreq_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);

View File

@ -33,7 +33,6 @@ struct point
class vector_device : public device_t,
public device_video_interface
{
public:
// construction/destruction
vector_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);

View File

@ -310,7 +310,6 @@ void usb_sound_device::device_config_complete()
void usb_sound_device::device_start()
{
filter_state temp;
int tchan, tgroup;

View File

@ -164,6 +164,4 @@ WRITE8_MEMBER(wpcsnd_device::latch_w)
WRITE8_MEMBER(wpcsnd_device::volume_w)
{
}

View File

@ -3853,5 +3853,3 @@ GAME( 1999, jojobaner1,jojoba, jojoba, cps3_jojo, cps3_state, jojoba, ROT0
GAME( 1999, cps3boot, 0, sfiii3, cps3_jojo, cps3_state, cps3boot, ROT0, "bootleg", "CPS3 Multi-game bootleg for HD6417095 type SH2 (New Generation, 3rd Strike, JoJo's Venture, JoJo's Bizarre Adventure, Red Earth)", GAME_IMPERFECT_GRAPHICS )
// this does not play Red Earth or the 2 Jojo games. New Generation and 3rd Strike have been heavily modified to work with the separate code/data encryption a dead cart / 2nd Impact cart has. Selecting the other games will give an 'invalid CD' message.
GAME( 1999, cps3boota, cps3boot, sfiii3, cps3_jojo, cps3_state, sfiii2, ROT0, "bootleg", "CPS3 Multi-game bootleg for dead security cart (New Generation, 2nd Impact, 3rd Strike)", GAME_IMPERFECT_GRAPHICS )

View File

@ -49,7 +49,6 @@ public:
void hideseek_state::video_start()
{
}
@ -148,7 +147,6 @@ ROM_END
DRIVER_INIT_MEMBER(hideseek_state,hideseek)
{
}

View File

@ -490,7 +490,6 @@ WRITE_LINE_MEMBER(jpmsys5_state::pia_irq)
READ8_MEMBER(jpmsys5_state::u29_porta_r)
{
int combined_meter = MechMtr_GetActivity(0) | MechMtr_GetActivity(1) |
MechMtr_GetActivity(2) | MechMtr_GetActivity(3) |
MechMtr_GetActivity(4) | MechMtr_GetActivity(5) |

View File

@ -2046,4 +2046,3 @@ GAME( 1994, vshoot, 0, namconb1, namconb1, namconb1_state, vshoot, RO
GAME( 1994, outfxies, 0, namconb2, outfxies, namconb1_state, outfxies, ROT0, "Namco", "The Outfoxies (World, OU2)", GAME_IMPERFECT_SOUND )
GAME( 1994, outfxiesj,outfxies, namconb2, outfxies, namconb1_state, outfxies, ROT0, "Namco", "The Outfoxies (Japan, OU1)", GAME_IMPERFECT_SOUND )
GAME( 1995, machbrkr, 0, namconb2, namconb1, namconb1_state, machbrkr, ROT0, "Namco", "Mach Breakers - Numan Athletics 2 (Japan)", GAME_IMPERFECT_SOUND )

View File

@ -432,7 +432,6 @@ DRIVER_INIT_MEMBER(wallc_state,sidam)
for (i=0; i<0x2000; i++)
{
switch (i & 0x4a) // A1, A3, A6
{
case 0x00:

View File

@ -34,7 +34,6 @@ void igs022_device::device_start()
void igs022_device::device_reset()
{
//printf("igs022_device::device_reset()");
@ -281,6 +280,3 @@ void igs022_device::IGS022_handle_command()
const device_type IGS022 = &device_creator<igs022_device>;

View File

@ -523,6 +523,3 @@ WRITE16_MEMBER(igs025_device::drgw2_d80000_protection_w )
const device_type IGS025 = &device_creator<igs025_device>;

View File

@ -24,7 +24,6 @@ void igs028_device::device_validity_check(validity_checker &valid) const
void igs028_device::device_start()
{
m_sharedprotram = 0;
@ -32,7 +31,6 @@ void igs028_device::device_start()
void igs028_device::device_reset()
{
//printf("igs028_device::device_reset()");
@ -157,7 +155,6 @@ void igs028_device::IGS028_do_dma(UINT16 src, UINT16 dst, UINT16 size, UINT16 mo
void igs028_device::IGS028_handle()
{
UINT16 cmd = m_sharedprotram[0x3026 / 2];
// logerror ("command: %x\n", cmd);
@ -221,6 +218,3 @@ void igs028_device::IGS028_handle()
const device_type IGS028 = &device_creator<igs028_device>;

View File

@ -239,4 +239,3 @@ WRITE8_MEMBER(wpc_device::write)
break;
}
}

View File

@ -76,8 +76,7 @@
#define BLEND_CYCLE0(cyc) \
userdata->InvPixelColor.i.a = 0xff - *userdata->ColorInputs.blender1b_a[cyc]; \
((this)->*(cycle##cyc[sel##cyc]))(&r, &g, &b, userdata, object); \
((this)->*(cycle##cyc[sel##cyc]))(&r, &g, &b, userdata, object);
#define BLEND_CYCLE1(cyc) \
if (partialreject && userdata->PixelColor.i.a >= 0xff) \
{ \

View File

@ -979,4 +979,3 @@ CONS( 1990, sd1, 0, 0, vfxsd, vfx, esq5505_state, denib, "Ensoniq", "SD-1 (
CONS( 1990, sq1, 0, 0, sq1, vfx, esq5505_state, sq1, "Ensoniq", "SQ-1", GAME_NOT_WORKING ) // 2x16 LCD
CONS( 1990, sqrack,sq1, 0, sq1, vfx, esq5505_state, sq1, "Ensoniq", "SQ-Rack", GAME_NOT_WORKING ) // 2x16 LCD
CONS( 1991, sd132, sd1,0, vfx32, vfx, esq5505_state, denib, "Ensoniq", "SD-1 (32 voice)", GAME_NOT_WORKING ) // 2x40 VFD

View File

@ -9,4 +9,4 @@
***************************************************************************/
extern const char build_version[];
const char build_version[] = "0.150 ("__DATE__")";
const char build_version[] = "0.151 ("__DATE__")";