MIC: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
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/ | == [http://github.com/mamedev/mame/blob/master/src/mame/midw8080/8080bw.cpp 8080bw] == | ||
''' supinvsion ''' - Coinage is wrong. | ''' supinvsion ''' - Coinage is wrong. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/fidel/card.cpp 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/ | == [http://github.com/mamedev/mame/blob/master/src/mame/namco/cgang.cpp cgang] == | ||
Mechanical game. Needs simulation of the mechanical parts. | |||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/gaelco/gaelco3d.cpp gaelco3d] == | ||
''' footbpow ''' - Ball input simulation isn't perfect. | ''' footbpow and clone ''' - Ball input simulation isn't perfect. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/gridcomp/gridcomp.cpp gridcomp] == | ||
Some keycodes missing. | Some keycodes missing. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_cop400.cpp hh_cop400] == | ||
''' plus1 ''' - It hasn't been determined yet which sensor position is which colour. | ''' plus1 ''' - It hasn't been determined yet which sensor position is which colour. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/handheld/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/ | == [http://github.com/mamedev/mame/blob/master/src/mame/sega/model1.cpp model1] == | ||
''' swa and clone ''' - Issues with the analog controls in-game. | ''' swa and clone ''' - Issues with the analog controls in-game. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_vt02_vt03.cpp nes_vt02_vt03] == | ||
''' vtsndtest ''' - | ''' vtsndtest ''' - | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/fidel/phantom.cpp phantom] == | ||
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/misc/photon2.cpp photon2] == | |||
''' brod ''' - | ''' brod ''' - | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/sega/vicdual.cpp vicdual] == | ||
''' wantsega ''' - Schematics show 2 buttons, but button 1 doesn't do anything. | ''' wantsega ''' - Schematics show 2 buttons, but button 1 doesn't do anything. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/coleco/wrinkles.cpp wrinkles] == | ||
Sensors aren't emulated yet. | Sensors aren't emulated yet. |
Revision as of 10:17, 26 October 2022
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.
card
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
cgang
Mechanical game. Needs simulation of the mechanical parts.
gaelco3d
footbpow and clone - 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_vt02_vt03
vtsndtest -
phantom
Chess driver. MAME doesn't include a generalized implementation for boardpieces yet, greatly affecting user playability of emulated electronic board games.
photon2
brod -
vicdual
wantsega - Schematics show 2 buttons, but button 1 doesn't do anything.
wrinkles
Sensors aren't emulated yet.