Advertisement
Guest User

Untitled

a guest
Jun 4th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. MAME Options Regression Test Scenarios
  2. • mame64 kof2000
  3.  
  4. • mame64 ddjra
  5. o Should not get “Fatal error: Unknown slot option 'game' in slot 'cassette'” (this was the result of emu_options promiscuity)
  6.  
  7. • mame64 nes zelda
  8. o Legend Of Zelda should successfully load
  9.  
  10. • mame64 nes -cart zelda.nes
  11. o Legend Of Zelda should successfully load
  12.  
  13. • mame64 nes zelda -writeconfig
  14. mame64 nes
  15. o Legend Of Zelda should successfully load from INI
  16.  
  17. • mame64 nes -cart zelda.nes –writeconfig
  18. mame64 nes
  19. o Legend Of Zelda should successfully load from INI
  20.  
  21. • mame64 nes -cart zelda.nes -writeconfig
  22. (in-game change to other game)
  23. o The new game should successfully load
  24.  
  25. • mame64 snes bsxsore -cart2 sbm
  26. o SBM should successfully load (-cart2 only exists because of bsxsore)
  27.  
  28. • mame64 snes -cart1 bsxsore -cart2 sbm
  29. o SBM should successfully load (-cart2 only exists because of bsxsore)
  30.  
  31. • mame64 invalidgamename
  32. o You should see an error and a listing of possible names
  33.  
  34. • mame64 -romident D:\MameFiles\Roms\coco2b.zip
  35. o Romident should be successfully run
  36.  
  37. • mame64 D:\MameFiles\Roms\coco2b.zip -romident
  38. o Romident should be successfully run
  39.  
  40. • mame64 coco3 -ext multi
  41. Slot Devices
  42. Change wd17xx:3 to qd
  43. Change ext to ----
  44. Change ext back to multi
  45. o The options should stick
  46.  
  47. • mame64 –fuck
  48. o We should get an error message
  49.  
  50. • Move hash directory to “my_hash”
  51. mame64 nes zelda -hashpath my_hash
  52. mame64 -hashpath my_hash nes zelda
  53. mame64 nes zelda (with my_hash) in mame.ini
  54. o The game should load (this tests whether we properly resolve rompath/hashpath prior to softlist analysis)
  55.  
  56. • mame64 osborne1 –rs232 sunkbd -listslots
  57. • You should get a list of slots that take sunkbd into account
  58.  
  59. • mame64 invalidgamename –rs232 sunkbd -listslots
  60. • You should get a good error message
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement