mirror of
https://github.com/holub/mame
synced 2025-10-09 09:44:40 +03:00
Cleanups and version bump
This commit is contained in:
parent
fda60d87eb
commit
0147bb4cc8
@ -311,4 +311,3 @@ WRITE_LINE_MEMBER( a2bus_ezcgi_9958_device::tms_irq_w )
|
||||
lower_slot_irq();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -239,7 +239,6 @@ void v53_base_device::install_peripheral_io()
|
||||
{
|
||||
if (IOAG) // 8-bit
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -258,7 +257,6 @@ void v53_base_device::install_peripheral_io()
|
||||
|
||||
if (IOAG) // 8-bit
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -274,7 +272,6 @@ void v53_base_device::install_peripheral_io()
|
||||
|
||||
if (IOAG) // 8-bit
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -292,7 +289,6 @@ void v53_base_device::install_peripheral_io()
|
||||
|
||||
if (IOAG) // 8-bit
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -578,4 +574,3 @@ v53a_device::v53a_device(const machine_config &mconfig, const char *tag, device_
|
||||
: v53_base_device(mconfig, V53A, "V53A", tag, owner, clock, "v53a", BYTE_XOR_LE(0), 6, 1, V33_TYPE)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -341,4 +341,3 @@ WRITE32_MEMBER(vrc4373_device::cpu_if_w)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -445,5 +445,3 @@ MACHINE_CONFIG_FRAGMENT( hng64_audio )
|
||||
MCFG_V53_TCU_OUT2_HANDLER(WRITELINE(hng64_state, tcu_tm2_cb))
|
||||
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
@ -1569,8 +1569,7 @@ MACHINE_CONFIG_END
|
||||
ROM_REGION( 0x0100000, "user2", 0 ) /* KL5C80 BIOS */ \
|
||||
ROM_LOAD ( "from1.bin", 0x000000, 0x080000, CRC(6b933005) SHA1(e992747f46c48b66e5509fe0adf19c91250b00c7) ) \
|
||||
ROM_REGION( 0x0100000, "fpga", 0 ) /* FPGA data */ \
|
||||
ROM_LOAD ( "rom1.bin", 0x000000, 0x01ff32, CRC(4a6832dc) SHA1(ae504f7733c2f40450157cd1d3b85bc83fac8569) ) \
|
||||
|
||||
ROM_LOAD ( "rom1.bin", 0x000000, 0x01ff32, CRC(4a6832dc) SHA1(ae504f7733c2f40450157cd1d3b85bc83fac8569) )
|
||||
|
||||
ROM_START( hng64 )
|
||||
/* BIOS */
|
||||
|
@ -1253,4 +1253,3 @@ GAME( 1981, hustlerb4, hustler, hustlerb4, hustler, driver_device, 0,
|
||||
|
||||
GAME( 1982, mimonkey, 0, mimonkey, mimonkey, scramble_state, mimonkey, ROT90, "Universal Video Games", "Mighty Monkey", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1982, mimonsco, mimonkey, mimonkey, mimonsco, scramble_state, mimonsco, ROT90, "bootleg", "Mighty Monkey (bootleg on Super Cobra hardware)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
|
@ -130,7 +130,6 @@ void ttchamp_state::machine_start()
|
||||
|
||||
void ttchamp_state::video_start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
UINT32 ttchamp_state::screen_update_ttchamp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
|
||||
|
@ -395,4 +395,3 @@ public:
|
||||
|
||||
DECLARE_WRITE16_MEMBER(hng64_sound_bank_w);
|
||||
};
|
||||
|
||||
|
@ -1251,4 +1251,3 @@ void hng64_state::video_start()
|
||||
m_vertsrom = (UINT16*)memregion("verts")->base();
|
||||
m_vertsrom_size = memregion("verts")->bytes();
|
||||
}
|
||||
|
||||
|
@ -863,7 +863,6 @@ void hng64_state::recoverPolygonBlock(const UINT16* packet, struct polygon* poly
|
||||
|
||||
void hng64_state::hng64_command3d(const UINT16* packet)
|
||||
{
|
||||
|
||||
/* A temporary place to put some polygons. This will optimize away if the compiler's any good. */
|
||||
int numPolys = 0;
|
||||
dynamic_array<polygon> polys(1024*5);
|
||||
@ -1702,4 +1701,3 @@ void hng64_state::drawShaded( struct polygon *p)
|
||||
prOptions);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -222,4 +222,3 @@ void hng64_state::draw_sprites(screen_device &screen, bitmap_rgb32 &bitmap, cons
|
||||
if (!chaini) source +=8;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -134,4 +134,3 @@ UINT32 thedeep_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap,
|
||||
m_tilemap_1->draw(screen, bitmap, cliprect, 0,0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -400,4 +400,3 @@ ROM_END
|
||||
|
||||
/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME */
|
||||
CONS( 19??, gamate, 0, 0, gamate, gamate, gamate_state, gamate, "Bit Corp", "Gamate", 0)
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#define BARE_BUILD_VERSION "0.159"
|
||||
#define BARE_BUILD_VERSION "0.160"
|
||||
|
||||
extern const char bare_build_version[];
|
||||
extern const char build_version[];
|
||||
|
Loading…
Reference in New Issue
Block a user