MIC: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/coleco/wrinkles.cpp coleco/wrinkles] == | == [http://github.com/mamedev/mame/blob/master/src/mame/coleco/wrinkles.cpp coleco/wrinkles] == | ||
Sensors aren't emulated yet. | Sensors aren't emulated yet. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/excalibur/mirage.cpp excalibur/mirage] == | |||
Sensorboard undo buffer fills up pretty quickly. | |||
== [http://github.com/mamedev/mame/blob/master/src/mame/fidel/card.cpp fidel/card] == | == [http://github.com/mamedev/mame/blob/master/src/mame/fidel/card.cpp fidel/card] == | ||
Line 19: | Line 22: | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_cop400.cpp handheld/hh_cop400] == | == [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_cop400.cpp handheld/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/handheld/hh_sm510.cpp handheld/hh_sm510] == | |||
''' naltair ''' - Gas discharge counter for 'dosimeter mode' isn't emulated. | |||
== [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_tms1k.cpp handheld/hh_tms1k] == | == [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_tms1k.cpp handheld/hh_tms1k] == |
Latest revision as of 06:54, 2 April 2024
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.
coleco/wrinkles
Sensors aren't emulated yet.
excalibur/mirage
Sensorboard undo buffer fills up pretty quickly.
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.
gaelco/gaelco3d
footbpow and clone - Ball input simulation isn't perfect.
gridcomp/gridcomp
Some keycodes missing.
handheld/hh_cop400
plus1 - It hasn't been determined yet which sensor position is which colour.
handheld/hh_sm510
naltair - Gas discharge counter for 'dosimeter mode' isn't emulated.
handheld/hh_tms1k
amaztron, elecbowl, mdndclab - They require interaction with other, unemulatable, things eg. game board/pieces, playing cards, pen & paper, etc.
skywriter - It's a toy wand that the user waves around to display a message in the air. This is simulated.
wtalker - Quadrature encoder is simulated.
midw8080/8080bw
supinvsion - Coinage is wrong.
misc/photon2
brod -
namco/cgang
Mechanical game. Needs simulation of the mechanical parts.
namco/namcos10
medal games - Need additional I/O and mechanical/physical parts aren't simulated.
nflclsfb - Needs additional I/O for trackball (missing serial emulation in the CPU core).
nintendo/nes_vt02_vt03
vtsndtest -
novag/robotadv
Robot claw is simulated.
sega/model1
swa and clone - Issues with the analog controls in-game.
sega/vicdual
wantsega - Schematics show 2 buttons, but button 1 doesn't do anything.