removed commented part and some not used code (nw)

This commit is contained in:
Miodrag Milanovic 2014-03-23 20:37:12 +00:00
parent f0c8741bca
commit 83f2ce4f4c
2 changed files with 0 additions and 5 deletions

View File

@ -17,8 +17,6 @@
// SCREEN DEVICE CONFIGURATION MACROS
//**************************************************************************
#define SCREEN_UPDATE32_CALL(name) SCREEN_UPDATE_NAME(name)(NULL, screen, bitmap, cliprect)
#define MCFG_SCREEN_UPDATE_STATIC(_func) \
screen_device::static_set_screen_update(*device, screen_update_delegate_smart(&screen_update_##_func, "screen_update_" #_func));

View File

@ -793,9 +793,6 @@ static MACHINE_CONFIG_START( tetriskr, pcxt_state )
MCFG_CPU_IO_MAP(tetriskr_io)
MCFG_ISA8_SLOT_ADD("isa", "isa1", filetto_isa8_cards, "tetriskr", true)
//MCFG_DEVICE_MODIFY("screen")
//MCFG_VIDEO_START(pc_cga_superimpose)
//MCFG_SCREEN_UPDATE_DRIVER(pcxt_state, screen_update_tetriskr)
MCFG_DEVICE_REMOVE("voice")
MACHINE_CONFIG_END