MIC: Difference between revisions

From MAMEDEV Wiki
No edit summary
No edit summary
Line 58: Line 58:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_tms1k.cpp hh_tms1k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_tms1k.cpp hh_tms1k] ==
''' amaztron, elecbowl, mdndclab ''' - It requires interaction with other, unemulatable, things eg. game board/pieces, playing cards, pen & paper, etc.
''' amaztron, elecbowl, mdndclab ''' - It requires interaction with other, unemulatable, things eg. game board/pieces, playing cards, pen & paper, etc.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/novag_cforte.cpp novag_cforte] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/novag_diablo.cpp novag_diablo] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/novag_presto.cpp novag_presto] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/novag_scon.cpp novag_scon] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/novag_sexpert.cpp novag_sexpert] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

Revision as of 06:10, 1 July 2019

This page is designed to allow for a quick look over all the drivers with a MACHINE_IMPERFECT_CONTROLS flag by giving, as much as possible, an idea on the amount of effort needed to fix them.

8080bw

supinvsion - Coinage is wrong.

agat7

agat7 - Native keyboard isn't implemented.

fidel_as12

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_card

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_chesster

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_csc

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_dames

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_desdis

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_eag68k

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_elite

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_excel

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_phantom

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_sc12

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_sc6

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_sc8

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_sc9

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

fidel_vsc

Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.

hh_cop400

plus1 - It hasn't been determined yet which sensor position is which colour.

hh_tms1k

amaztron, elecbowl, mdndclab - It requires interaction with other, unemulatable, things eg. game board/pieces, playing cards, pen & paper, etc.