MIC: Difference between revisions

From MAMEDEV Wiki
No edit summary
No edit summary
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
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.
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.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/8080bw.cpp 8080bw] ==
''' supinvsion ''' - Coinage is wrong.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/agat7.cpp agat7] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/agat7.cpp agat7] ==
''' agat7''' - Native keyboard isn't implemented.
''' agat7''' - Native keyboard isn't implemented.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ave_arb.cpp ave_arb] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cgang.cpp cgang] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
Mechnical game. Needs simulation of the mechanical parts.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cking_master.cpp cking_master] ==
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/cxg_ch2001.cpp cxg_ch2001] ==
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/fidel6502.cpp fidel6502] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fidel_card.cpp fidel_card] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
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/fidel68k.cpp fidel68k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fidel_phantom.cpp fidel_phantom] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
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/fidelmcs48.cpp fidelmcs48] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gaelco3d.cpp gaelco3d] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
''' footbpow ''' - Ball input simulation isn't perfect.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fidelz80.cpp fidelz80] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gridcomp.cpp gridcomp] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
Some keycodes missing.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_cop400.cpp hh_cop400] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_cop400.cpp hh_cop400] ==
Line 32: Line 29:
''' 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] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/model1.cpp model1] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
''' swa and clone ''' - Issues with the analog controls in-game.
 
== [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] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes_vt.cpp nes_vt] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
''' vtsndtest ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/novag_scon.cpp novag_scon] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vicdual.cpp vicdual] ==
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
''' wantsega ''' - Schematics show 2 buttons, but button 1 doesn't do anything.
 
== [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:15, 27 April 2020

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.

cgang

Mechnical game. Needs simulation of the mechanical parts.

fidel_card

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.

gaelco3d

footbpow - Ball input simulation isn't perfect.

gridcomp

Some keycodes missing.

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.

model1

swa and clone - Issues with the analog controls in-game.

nes_vt

vtsndtest -

vicdual

wantsega - Schematics show 2 buttons, but button 1 doesn't do anything.