mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
some legacy cleanups of comments (nw)
This commit is contained in:
parent
8af5aa8dd3
commit
c1866f57db
@ -362,7 +362,6 @@ private:
|
||||
UINT32 *m_e_stack;
|
||||
UINT32 *m_o_stack;
|
||||
|
||||
//legacy_cpu_device *m_rotdevice;
|
||||
address_space *m_program;
|
||||
direct_read_data *m_direct;
|
||||
int m_icount;
|
||||
|
@ -84,7 +84,6 @@ private:
|
||||
UINT8 m_dbus; /* data bus value */
|
||||
UINT16 m_io; /* last I/O address */
|
||||
UINT16 m_irq_vector;
|
||||
//device_irq_acknowledge_callback m_irq_callback;
|
||||
address_space *m_program;
|
||||
direct_read_data *m_direct;
|
||||
address_space *m_iospace;
|
||||
|
@ -615,7 +615,6 @@ UINT32 mplay_state::screen_update_megplay(screen_device &screen, bitmap_rgb32 &b
|
||||
}
|
||||
|
||||
|
||||
//extern SCREEN_VBLANK(megadriv);
|
||||
MACHINE_RESET_MEMBER(mplay_state,megaplay)
|
||||
{
|
||||
m_bios_mode = MP_ROM;
|
||||
|
@ -296,7 +296,7 @@ void ladybug_state::redclash_set_stars_enable(UINT8 on)
|
||||
}
|
||||
|
||||
/* This sets up which starfield to draw and the offset, */
|
||||
/* To be called from SCREEN_VBLANK() */
|
||||
/* To be called from screen_eof_*() */
|
||||
|
||||
void ladybug_state::redclash_update_stars_state()
|
||||
{
|
||||
|
@ -228,7 +228,6 @@ static MACHINE_CONFIG_START( ti990_10, ti990_10_state )
|
||||
MCFG_SCREEN_SIZE(560, 280)
|
||||
MCFG_SCREEN_VISIBLE_AREA(0, 560-1, 0, /*250*/280-1)
|
||||
MCFG_SCREEN_UPDATE_DRIVER(ti990_10_state, screen_update_ti990_10)
|
||||
/*MCFG_SCREEN_VBLANK_STATIC(name)*/
|
||||
|
||||
MCFG_GFXDECODE(vdt911)
|
||||
MCFG_PALETTE_LENGTH(8)
|
||||
|
@ -194,5 +194,5 @@ void mbc55x_state::video_reset()
|
||||
|
||||
void mbc55x_state::screen_eof_mbc55x(screen_device &screen, bool state)
|
||||
{
|
||||
// logerror("SCREEN_VBLANK( mbc55x )\n");
|
||||
// logerror("screen_eof_mbc55x\n");
|
||||
}
|
||||
|
@ -629,7 +629,7 @@ void rmnimbus_state::video_reset()
|
||||
|
||||
void rmnimbus_state::screen_eof_nimbus(screen_device &screen, bool state)
|
||||
{
|
||||
// logerror("SCREEN_VBLANK( nimbus )\n");
|
||||
// logerror("screen_eof_nimbus\n");
|
||||
}
|
||||
|
||||
UINT32 rmnimbus_state::screen_update_nimbus(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
|
||||
|
Loading…
Reference in New Issue
Block a user