MIC: Difference between revisions
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
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/coleco/wrinkles.cpp coleco/wrinkles] == | ||
' | Sensors aren't emulated yet. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [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/ | == [http://github.com/mamedev/mame/blob/master/src/mame/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/ | == [http://github.com/mamedev/mame/blob/master/src/mame/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/ | == [http://github.com/mamedev/mame/blob/master/src/mame/gaelco/gaelco3d.cpp gaelco/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/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 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/ | == [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_sm510.cpp handheld/hh_sm510] == | ||
''' amaztron, elecbowl, mdndclab ''' - | ''' 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] == | |||
''' 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. | |||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/midw8080/8080bw.cpp midw8080/8080bw] == | ||
''' | ''' supinvsion ''' - Coinage is wrong. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/misc/photon2.cpp misc/photon2] == | |||
''' brod ''' - | |||
== [http://github.com/mamedev/mame/blob/master/src/mame/namco/cgang.cpp namco/cgang] == | |||
Mechanical game. Needs simulation of the mechanical parts. | |||
== [http://github.com/mamedev/mame/blob/master/src/mame/namco/namcos10.cpp 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). | |||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_vt02_vt03.cpp nintendo/nes_vt02_vt03] == | ||
''' vtsndtest ''' - | ''' vtsndtest ''' - | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/ | == [http://github.com/mamedev/mame/blob/master/src/mame/novag/robotadv.cpp novag/robotadv] == | ||
''' | Robot claw is simulated. | ||
== [http://github.com/mamedev/mame/blob/master/src/mame/sega/model1.cpp sega/model1] == | |||
''' 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/sega/vicdual.cpp sega/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. | ||
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.