Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add headless osd interface #7

Closed
wants to merge 6,857 commits into from
Closed

Add headless osd interface #7

wants to merge 6,857 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 2, 2021

  1. Cassette image processing cleanup

    - Add cassette_image::image_read_byte method for reading one byte at a time
    - coco_cas.cpp: Eliminate dependency on emucore.h
    - thom_cas.cpp: Declare some temporary variables much closer to where they are used
    - tvc_cas.cpp: Read and write entire sectors at a time
    ajrhacker committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    0a5148e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aea4460 View commit details
    Browse the repository at this point in the history
  3. New machines marked as NOT_WORKING

    ----------------------------------
    Heroine's Memory [The Dumping Union]
    Osso13 committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    ca01e89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b74111a View commit details
    Browse the repository at this point in the history
  5. New machines marked as NOT_WORKING

    ----------------------------------
    Bingo Circus (terminal) [Phil Bennett]
    Osso13 committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    dbee11e View commit details
    Browse the repository at this point in the history
  6. bingoc.cpp: fixed clang build

    Osso13 committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    1944ede View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78f93a2 View commit details
    Browse the repository at this point in the history
  8. Low-level #include overhaul

    - vecstream.h: Revert changes made in aa29519. The std::string_view conversion has been made a non-member function (util::buf_to_string_view) and moved to coretmpl.h.
    - strformat.h: Remove the using declaration importing util::string_format into the global namespace. It has been moved to emucore.h and a few tool sources; other references have been qualified.
    - osdcore.h: Split out file, directory and path classes and methods to a new header (osdfile.h), Doxygenizing the documentation comments.
    - Disaggregate many #includes that were including other standard or custom headers. emu.h now includes basically the same things that it did, but other headers have been streamlined; for instance, emucore.h no longer stealth-includes osdcore.h several ways.
    ajrhacker committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    60e518c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0933da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2e01f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    87d8079 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11c30f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6bceee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Configuration menu
    Copy the full SHA
    ae2e344 View commit details
    Browse the repository at this point in the history
  2. New machines marked as NOT_WORKING

    ----------------------------------
    Fatal Fury Special (SNES bootleg) [Apocalypse, iq_132]
    
    - snesb.cpp: revisited some decryptions to standardize them [iq_132]
    Osso13 committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    552d026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a76cf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. New working clones

    ------------------
    Sega Bass Fishing Deluxe (USA) [Brian Troha, The Dumping Union]
    Dirt Devils (USA, Revision A) [Brian Troha, The Dumping Union]
    
    Corrected game set names & game titles:
     Example: bass is now getbassur
     Japanese Get Bass sets now include the game's sub title: Get Bass: Sega Bass Fishing
     The USA version is called Sega Bass Fishing
     Specify Deluxe, Upright & standard for Get Bass sets
     Added in Twin/DX for sets that allowing cabinet designations
     Added notes about sets the support multiple regions in Game Assignments
     Added miscellaneous documentation updates / notes
    Brian Troha committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    5427b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c10cb1f View commit details
    Browse the repository at this point in the history
  3. emumem: more idiomatic way to access members inherited from argument-…

    …dependent base templates (may or may not work around GCC11 bug causing mamedev#7616)
    cuavas committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    0abd03a View commit details
    Browse the repository at this point in the history
  4. coco_midi: fix msvc build

    pmackinlay committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    777d511 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58e8c16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60b09c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83ed267 View commit details
    Browse the repository at this point in the history
  8. odyssey2: add notes

    happppp committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    52f81b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df25f8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1df5faa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    687e7e1 View commit details
    Browse the repository at this point in the history
  12. render.h, rendlay.h: Dependency refactoring

    - render.h: Split out layout class declarations into rendlay.h, with some adjustments for the resulting incomplete types (std::reference_wrapper unfortunately does not allow these by C++17 rules)
    - rendlay.h: Move old header contents to layout/generic.h
    ajrhacker committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c231ee3 View commit details
    Browse the repository at this point in the history
  13. New machines marked as NOT_WORKING

    ----------------------------------
    Sonic Blast Man's Janken Battle [Phil Bennett]
    Osso13 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    e900729 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7cf94e4 View commit details
    Browse the repository at this point in the history
  15. misc spelling fixes

    DavidHaywood authored and DavidHaywood committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    1c34bc6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d329aa0 View commit details
    Browse the repository at this point in the history
  17. Merge pull request mamedev#7642 from tlindner/dragondos-fix-token

    imgtool/dragondos: fix disk BASIC tokens
    ajrhacker committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    240252e View commit details
    Browse the repository at this point in the history
  18. Merge pull request mamedev#7641 from DavidHaywood/311220

    misc spelling fixes
    ajrhacker committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c13bac0 View commit details
    Browse the repository at this point in the history
  19. New machines marked as NOT_WORKING

    -----------------------------
    SM1810 [Carl, Alexander Kholodov]
    cracyc committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    3f1d4bb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7ef7dec View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    403f7a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7989b4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f26dce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2eb9b99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b22d97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4eca05f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a3c14c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b4353a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17f0286 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b75fade View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    84733b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffadc63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a397683 View commit details
    Browse the repository at this point in the history
  4. tmc1800: added note

    Robbbert committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1888df4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    542cf12 View commit details
    Browse the repository at this point in the history
  6. Tidy up loose ends:

    * Fixed a couple of fixed-size buffers in Windows OSD code.
    * Marked MAME as aware of long paths in Windows manifest.
    * Made a cleaner, thread-safe API for getting volume names.
    * Added compile-time option to disable recompiler W^X mode.
    * NuBus image device current directory doesn't need to be pinned.
    cuavas committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8228719 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9ad368 View commit details
    Browse the repository at this point in the history
  8. wrally.cpp: fixed MT07836

    Osso13 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8c82ffd View commit details
    Browse the repository at this point in the history
  9. Added audio CD to DrumMania (GQ881 VER. JAD), but the game is still n…

    …ot playable [xuserv]
    
    New working clones
    ------------------
    DrumMania 4th Mix (G*A25 VER. KAA) [xuserv]
    smf- committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    b850d98 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    805d1a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb7ca8d View commit details
    Browse the repository at this point in the history
  12. a2bus/mouse.cpp: Fix regression caused by MCU port C lines being high…

    … after reset
    
    - 6821pia.cpp: Add callback to set port B three-state output
    ajrhacker committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    486a4e5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f603101 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    75fc06b View commit details
    Browse the repository at this point in the history
  15. New machines marked as NOT_WORKING

    ----------------------------------
    Champion Pool (v1.0) [caius]
    Osso13 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    02043ed View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    979b96b View commit details
    Browse the repository at this point in the history
  17. zippath.cpp: Checkpoint

    - Adopt std::string_view as the input parameter type for most functions. (This necessitates some explicit copying to std::string since other APIs have not been updated yet.)
    - Remove zippath_parent_basename, whose implementation was utterly broken and fortunately unused.
    ajrhacker committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    29e96c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. dim68k: fix boot bankswitch, additional FDC & RS232 hookups, it now t…

    …ries to boot a floppy [R. Belmont]
    rb6502 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    6812f06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74bcd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ded9173 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fd3a17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c12a1ed View commit details
    Browse the repository at this point in the history
  6. New machines marked as NOT_WORKING

    ----------------------------------
    Mini Guay [jordigahan, ClawGrip]
    Osso13 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    78c211b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65b762d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    876bfbb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. coco_midi: tidy namespace

    pmackinlay committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    10433f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee5ac3 View commit details
    Browse the repository at this point in the history
  3. New machines marked as NOT_WORKING

    ---
    IBM RT PC [Bitsavers]
    pmackinlay committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    89b519f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb93d46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eca7a6f View commit details
    Browse the repository at this point in the history
  6. rtpc: Fix clang compile.

    curt-coder committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    673ff64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ab129b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c161772 View commit details
    Browse the repository at this point in the history
  9. zippath.cpp: Checkpoint #2

    - Fix unintialized variable issue in zippath_resolve
    - Eliminate one internal helper function
    ajrhacker committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4d0ecd4 View commit details
    Browse the repository at this point in the history
  10. wicat.cpp: Sound notes

    ajrhacker committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    337dbad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20b8868 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    55514a5 View commit details
    Browse the repository at this point in the history
  13. mcs48.h: update note

    happppp committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    3b10127 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    752f4cf View commit details
    Browse the repository at this point in the history
  15. crbaloon: Add accurate video timings and watchdog; reduce CPU clock; …

    …clean up various things
    ajrhacker committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    33b9a9f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    974d3ef View commit details
    Browse the repository at this point in the history
  17. New machines marked as NOT_WORKING (mamedev#7648)

    * New machines marked as NOT_WORKING
    ----------------------------------
    AlphaSmart 3000 [TeamEurope, ClawGrip]
    
    * New NOT_WORKING software list additions
    ---------------------------------------
    alphasmart_kapps.xml: Accelerated Reader (1.3, English (UK)), Accelerated Reader (1.2, English (UK)), AlphaQuiz (3.1, English (UK)), AlphaWord Plus (3.4, English (UK)), Beamer (1.01, English (UK)), Calculator (3.02, English (UK)), Control Panel (1.07, English (UK)), Control Panel (1.04, English (UK)), KeyWords (3.6, English (UK)), KeyWords Wireless (4.2, English (UK)), MathFacts in a Flash RP (1.3, English (UK)), MathFacts in a Flash RP (1.1, English (UK)), MathFacts in a Flash (offline) (1.2, English (UK)), MathFacts in a Flash (offline) (1.0, English (UK)), Neo Font - Large (4 lines) (1.0, English (UK)), Neo Font - Medium (5 lines) (1.0, English (UK)), Neo Font - Small (6 lines) (1.0, English (UK)), Neo Font - Very Large (3 lines) (1.0, English (UK)), Neo Font - Extra Large (2 lines) (1.0, English (UK)), Responder (1.2, English (UK)), SpellCheck Large USA (1.03, English (UK)), SpellCheck Large USA (1.02, English (UK)), SpellCheck Small USA (1.03, English (UK)), SpellCheck Small USA (1.02, English (UK)), SpellCheck Spanish (1.0, Dutch), Text2Speech Updater (1.4, English (UK)), Text2Speech Updater (1.3, English (UK)), Thesaurus Large USA (1.1, English (UK)), Thesaurus Large USA (1.0, English (UK)), Thesaurus Small USA (1.1, English (UK)), Thesaurus Small USA (1.0, English (UK)), Wireless File Transfer (1.1, English (UK)), Wireless Updater (2.0, English (UK)), Wireless Updater (1.3, English (UK)) [ClawGrip]
    clawgrip committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    17ea951 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a887f59 View commit details
    Browse the repository at this point in the history
  19. mcs48: small bugfix for DA A

    happppp committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    0ed3869 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    faae453 View commit details
    Browse the repository at this point in the history
  21. New NOT_WORKING software list additions

    ---------------------------------------
    Thesaurus Spanish to English (1.1, English (UK)) [ClawGrip]
    
    Also fixed the software list: I mistakenly added my own temp files (.os3kapp.bin) as a dataarea (those temp files were generated by a perl script used to read the kapp header for getting the file metadata from the header, the only needed file is the .kapp itself), and also fixed the CRCs (I forgot to clear the buffer on each iteration on my script for calculating them).
    clawgrip committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    2c4d5f8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b549bc4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    30adbfb View commit details
    Browse the repository at this point in the history
  24. Merge pull request mamedev#7650 from clawgrip/patch-2

    New NOT_WORKING software list additions
    ajrhacker committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    fa32e79 View commit details
    Browse the repository at this point in the history
  25. alphasma3k: fixed mame.lst

    Robbbert committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    2bc6731 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Configuration menu
    Copy the full SHA
    cfffc7b View commit details
    Browse the repository at this point in the history
  2. i8244.h: add pinout info

    happppp committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    95a4cf9 View commit details
    Browse the repository at this point in the history
  3. itech32.cpp: fixed MT07846

    Osso13 committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    f7971d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74b4231 View commit details
    Browse the repository at this point in the history
  5. Miscellaneous cleanup.

    * audio/redbaron.cpp: Added save state support.
    * gladiatr.cpp: Fixed typo.
    * Changed some unused functions to use [[maybe_unused]] attribute so they don't rot.
    cuavas committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    549c0e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdd9fb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bf3dbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50aa5e0 View commit details
    Browse the repository at this point in the history
  9. gamegear, sg1000, sms software list additions (mamedev#7649)

    * New working software list additions
    -----------------------------------
    gamegear:
      Andre Agassi Tennis (prototype),
      Bubble Bobble (prototype),
      CJ Elephant Fugitive (prototype),
      Dinobasher Starring Bignose the Caveman (prototype),
      Dragon - The Bruce Lee Story (prototype),
      Empire Syndicate (Chicago Syndicate) (prototype, 19950320),
      Kawasaki Superbike Challenge (USA),
      Micro Machines (prototype)  [smspower]
    sg1000:
      San-nin Mahjong (Jpn, alt)  [smspower]
    sms:
      3D Gunner (prototype),
      Alex Kidd - High Tech World (prototype),
      Battle Wings (Bomber Raid, prototype),
      Cyborg Hunter (prototype),
      Hang-On (prototype),
      Missile Defense 3-D (prototype),
      Out Run 3-D (prototype),
      Solomon no Kagi - Oujo Rihita no Namida (prototype),
      Super Off Road (prototype)  [smspower]
    
    New NOT_WORKING software list additions
    ---------------------------------------
    gamegear:
      X-Terminator v2.1 for Game Gear (Euro, USA),
      X-Terminator v2.1J for Game Gear (Jpn)  [smspower]
    
    * New working software list additions
    -----------------------------------
    sms:
      Game de Check! Koutsuu Anzen (Jpn, prototype)  [smspower]
    
    * gamegear: Redumped Sports Illustrated Championship Football & Baseball (Euro, USA) [smspower]
    wilbertpol committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    31390d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23af0ac View commit details
    Browse the repository at this point in the history
  11. relief.cpp: Add in checksum information as printed on ROM labels. Mak…

    …e easier to ID earlier undumped sets.
    Brian Troha committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    1d8251e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c18d0b8 View commit details
    Browse the repository at this point in the history
  13. m740: Restore T flag correctly during PLP and RTI. Previous emulation…

    … inherited from the 6502 base device caused these instructions to always set T in P and not affect instruction decoding at all.
    ajrhacker committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    185437b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d614126 View commit details
    Browse the repository at this point in the history
  15. Merge pull request mamedev#7651 from clawgrip/patch-3

    miniguay.cpp: Add PCB ASCII layout
    ajrhacker committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    4dc85de View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Configuration menu
    Copy the full SHA
    8114100 View commit details
    Browse the repository at this point in the history
  2. imd_fmt.cpp: if an IMD image is 40 track but the drive is HD, put the…

    … data on even tracks like hardware would show [R. Belmont]
    rb6502 committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    30ad3e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3f159f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e125fbb View commit details
    Browse the repository at this point in the history
  5. - m950x0: Added implementation for STmicro M950x0 SPI EEPROM series. …

    …[Ryan Holtz]
    
    - sa1110: Added rudimentary support for the ICP and DMA blocks. [Ryan Holtz]
    
    - sa1111: Various changes. [Ryan Holtz]
     * Hooked up I2S audio DMA support.
     * Hooked up IRQ support.
     * Hooked up basic GPIO support.
    
    - uda1344: Added initial pass at audio support, based on DMADAC. [Ryan Holtz]
    
    - sed1356: Added support for BitBLT solid-fill command. [Ryan Holtz]
    
    - jornada: Added more keys, touch pen support, and fixed EEPROM access. [Ryan Holtz]
    Ryan Holtz committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    1fad52d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73618d9 View commit details
    Browse the repository at this point in the history
  7. - m950x0: Removed private specifier in favor of protected. [Ryan Holtz]

    - sa1111: Moved some local statics to be constexpr rather than const. Tweaked audio register handling to favor references over pointers. [Ryan Holtz]
    
    - sed1356: Added to-do note regarding potential endian issues. [Ryan Holtz]
    Ryan Holtz committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    9814189 View commit details
    Browse the repository at this point in the history
  8. -m950x0: Fixed validation. [Ryan Holtz]

    Ryan Holtz committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    4d1d2e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26994c3 View commit details
    Browse the repository at this point in the history
  10. rx78:

    - fixed colours, keyboard and cart loading to allow the new carts to work. [Robbbert]
    - fixed loading of real tapes [Haze]
    Robbbert committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    06b26a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2efc04c View commit details
    Browse the repository at this point in the history
  12. rx78: New working software

    ---------------------------
    Sekigahara
    Super Motocross
    [from Hubz]
    Robbbert committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    c55f943 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    856a701 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef6a99b View commit details
    Browse the repository at this point in the history
  15. Merge pull request mamedev#7656 from devinacker/dasm900

    tlcs900: fix disassembly of PC-relative addressing
    ajrhacker committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    a0c178f View commit details
    Browse the repository at this point in the history
  16. c64_flop_misc.xml: fix typo

    angelosa committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    07dca5c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e5a776b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    81e5960 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3a9a71c View commit details
    Browse the repository at this point in the history
  20. New working clones

    ------------------
    Zabavni Karti (cyrillic, Bulgarian, encrypted) [Roberto Fresca, Grull Osgo, Ioannis Bampoulas]
    RobertoFresca committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    4d0bca7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Zabavni Karti improvements:

    * Proper inputs from the scratch.
    * Some DIP switches sorted out.
    * Added technical notes.
    RobertoFresca committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    d096811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ebf8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fced4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f960ef2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a76e9ac View commit details
    Browse the repository at this point in the history
  6. m740: Core overhaul

    - Change many instruction timings and dummy fetch patterns to match Mitsubishi documentation rather than 6502 behavior
    - Add overrides to be used for separable data space in future M50734 emulation
    - Fix incorrect addition of Y to address of EORT $zp
    - Eliminate INCT A and DECT A instructions (T=1 has no effect on INC A or DEC A)
    - Add STP and WIT instructions (not distinguished for now)
    - Eliminate generic M740 device type (not used by anything)
    ajrhacker committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    b9cb4c4 View commit details
    Browse the repository at this point in the history
  7. cps1.cpp: Documented turbo mode DIP switch settings for sf2rb (Street…

    … Figher II' Rainbow hacks). [Rotwang]
    cuavas committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    c51c7e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ade914c View commit details
    Browse the repository at this point in the history
  9. New machines marked as NOT_WORKING

    ----------------------------------
    Tsururin Kun [Phil Bennett]
    Osso13 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    1e0c50d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fb0e9d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    260b4ce View commit details
    Browse the repository at this point in the history
  12. * Added PLD dumps to Maygay M1, Scorpion 2 and Scorpion 4

    New games added as MACHINE_NOT_WORKING
    --------------------------------------
    SPRINT (Maygay) (M1A/B) [HIGHWAYMAN]
    High Roller (Bellfruit) (Scorpion 4) [HIGHWAYMAN]
    
    New clones added as MACHINE_NOT_WORKING
    --------------------------------------
    Donkey Kong (Maygay) v?.? (M1A/B) [HIGHWAYMAN]
    The Simpsons (Maygay) (M1A/B) (set 9) [HIGHWAYMAN]
    Del's Millions (Bellfruit) (set 11, UK, ??GBP Jackpot) (Scorpion 2/3) [HIGHWAYMAN]
    Del's Millions (Bellfruit) (set 12, UK, ??GBP Jackpot) (Scorpion 2/3) [HIGHWAYMAN]
    james-wallace-ghub committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    1f2bef1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6611ce9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c5fe646 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. New machines marked as NOT_WORKING

    ----------------------------------
    Tab Products E-22 Display Terminal [Bitsavers]
    ajrhacker committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    14bbeff View commit details
    Browse the repository at this point in the history
  2. New clones marked as NOT_WORKING

    --------------------------------
    Roland HS-80 Programmable Polyphonic Synthesizer [Andreas Markusen, DBWBP]
    ajrhacker committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    8a32d0d View commit details
    Browse the repository at this point in the history
  3. cps1.cpp: Documented projectile path DIP switch settings for sf2rb (S…

    …treet Fighter II' Rainbow hacks). [Rotwang]
    cuavas committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    0dfb5ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba587a7 View commit details
    Browse the repository at this point in the history
  5. hp2640.cpp: Added tape emulation. (mamedev#7625)

    * formats/hti_tape.cpp: Added support for Manchester encoded DC100 cassettes.
    * machine/hp2640_tape.cpp: added emulation of DC100 tape drives.
    * machine/hp_dc100_tape.cpp: Added unit name display.
    fulivi committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    fad7c9e View commit details
    Browse the repository at this point in the history
  6. -Acorn Archimedes code reorganization: (mamedev#7627)

    * Separated Acorn IOC and MEMC into devices.
    * Emulated 8051-based serial keyboard.
    * acorn_machine/memc.cpp: Ensure only one logical page is mapped to a single physical page.
    * Fixed RISC OS POST IOC register test.
    * aa310.cpp: Added debug code to display RISC OS POST failures.
    
    -machine/archimedes_keyb.cpp: Dumped Acorn Archimedes keyboard microcontroller. [Phil Pemberton]
    sronco committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    5a57d03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc70f78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee6e820 View commit details
    Browse the repository at this point in the history
  9. New machines marked as NOT_WORKING

    ----------------------------------
    Surprise 5 (Ver. 1.19) [Ioannis Bampoulas]
    Osso13 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    007031a View commit details
    Browse the repository at this point in the history
  10. some jpmimpct.cpp refactoring (mamedev#7645)

    - jpmimpct.cpp: Various changes. [David Haywood]
     * Refactored driver to use emulated DUARTs for both the primary and the touchscreen (fixes video corruption in cluedo intro).
     * Fixed bugs in the non-video hookups, including incorrect shifts on addresses and data.
     * Hooked up BACTA_DATALOGGER so that the 'protocol' sets boot.
     * Hooked up actual Bt477 device for palette in the video-based games. 
     * Started giving non-video games usable default inputs (jackpot / stake keys).
     * Fixed some ROM loading.
     * Reparented some sets based on analysis, as some were mishandled due to incorrect source information.
    David Haywood committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    ae0bb17 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e325ada View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2d44ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    521a8bf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1986969 View commit details
    Browse the repository at this point in the history
  15. jpmimpct.h: Fix clang error: private field 'm_alpha_clock' is not use…

    …d [-Werror,-Wunused-private-field]
    ajrhacker committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e042f49 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. dim68k: Temporarily patch key table so Return works, and preliminary …

    …lo-res graphics support [R. Belmont]
    rb6502 committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    9570e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2083f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a6c16 View commit details
    Browse the repository at this point in the history
  4. fix 'arcade' build - fixes recent ksys572 memory card update & jpmimp…

    …ct update
    Brian Troha committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    158cf00 View commit details
    Browse the repository at this point in the history
  5. New working clones

    ------------------
    Rabbit (Japan 3/6?) [CoolMod, The Dumping Union]
    Brian Troha committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    a3ceffe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    429ab3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31fb8f5 View commit details
    Browse the repository at this point in the history
  8. New working software list additions

    -----------------------------------
    videopac: Rash [hap]
    happppp committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    31821ca View commit details
    Browse the repository at this point in the history
  9. fmtowns_flop.xml: 1 new dump

    New working software list additions
    -----------------------------------
    
    Darwin's Dilemma - The Solution Is Evolution [wiggy2k]
    rzero9 committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    1320e44 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Merge pull request mamedev#7666 from rzero9/patch-1

    fmtowns_flop.xml: 1 new dump
    ajrhacker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    dbddaa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c7bc8d View commit details
    Browse the repository at this point in the history
  3. astrcorp.cpp: allow magibomb to boot (mamedev#7665)

    * astrcorp.cpp: make magibomb to do something worth, WIP
    
    * Add vblank, DRY on memory maps
    
    * Split state machine, fix video, add default eeprom
    
    * m_draw_sprites -> m_sprite_dma
    
    * Add meat to astoneag
    
    * Confirm sprite drawing being same deal, no need for override
    
    * Move astoneage decryption data and ramdac declaration in a subclass, make screen always enabled for convenience
    angelosa committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4965329 View commit details
    Browse the repository at this point in the history
  4. New working machines

    --------------------
    Facit DTC (DeskTop Computer) [Luxor ABC arkivet, Curt Coder]
    
    abc800: Added new revisions of ROMs, and skeletons for DataBoard 4106/4107. [Luxor ABC arkivet, Curt Coder]
    curt-coder committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    39c150b View commit details
    Browse the repository at this point in the history
  5. New working software list additions

    ----------------------------------
    Burger Shop
    Champion Racer
    Mobile Suit Gundam
    Perfect Mah-jongg
    The Prowrestling
    Ultraman
    [Gaming Alexandria, SSJ, Robbbert]
    {for RX78}.
    Robbbert committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8af3310 View commit details
    Browse the repository at this point in the history
  6. fmtowns_cd.xml: 16 new dumps, 13 replacements, 6 missing floppies added

    New working software list additions
    -----------------------------------
    
    Air Warrior V1.2L11 [redump.org, wiggy2k]
    Emit Vol. 1 - Toki no Maigo (Demo) [redump.org]
    Engage Errands - Miwaku no Shito-tachi [redump.org]
    Engage Errands II - Hikari o Ninau Mono [redump.org, wiggy2k]
    Hyper Planet Shiki Vol. 2 [Maddog]
    Kikai Jikake no Marian [rockleevk]
    Last Armageddon CD Special (Selon reprint) [redump.org]
    Lua [redump.org]
    Naru Mahjong [redump.org]
    Nijiiro Denshoku Musume [redump.org]
    Princess Danger [rockleevk]
    Tactical Tank Corps DX [redump.org]
    Tensen Nyannyan [redump.org]
    Winning Post [redump.org]
    WonPara Wars [redump.org]
    
    New not working software list additions
    ---------------------------------------
    
    Crayonnage [redump.org]
    
    Replaced software list items
    ----------------------------
    
    Bubble Bobble [redump.org]
    Dragons of Flame [redump.org]
    Exciting CD '94 Summer [redump.org]
    Game Technopolis Super Collection 2 [redump.org]
    Jan Jaka Jan [redump.org]
    Kigen - Kagayaki no Hasha [redump.org]
    Lupin Sansei - Hong Kong no Mashu - Fukushuu wa Meikyuu no Hate ni
    [redump.org]
    Megamorph [redump.org]
    Record of Lodoss War - Haiiro no Majo [redump.org]
    The Horde [redump.org]
    Uchuu Kaitou Funny Bee [redump.org]
    Wakoku Seiha Den [redump.org]
    Zen Nihon Bishoujo Mahjong Senshuken Taikai - Heart de Ron!!
    [redump.org]
    
    Software list items promoted to working
    ---------------------------------------
    
    Alice no Yakata CD II [wiggy2k]
    Doki Doki Vacation - Kirameku Kisetsu no Naka de [wiggy2k]
    Hyper Planet for Marty [cherokee]
    Ms. Detective File #1 - Iwami Ginzan Satsujin Jiken (FM Towns Marty
    version) [cherokee]
    Sangokushi IV [akira_2020]
    Sensual Angels [cherokee]
    rzero9 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e370bd6 View commit details
    Browse the repository at this point in the history
  7. New working software list additions

    -------------------------------
    Graphics Mathematics
    [Gaming Alexandria, SSJ]
    {for RX78}.
    Robbbert committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8846242 View commit details
    Browse the repository at this point in the history
  8. dynax.cpp, hnayayoi.cpp: Added DIP switch locations as shown in servi…

    …ce mode for some games, identified one more DIP switch for hnkochou.
    cuavas committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    067b144 View commit details
    Browse the repository at this point in the history
  9. metro.cpp: Fix tilemap offset regression

    imagetek_i4100.cpp: Add state of CRTC related value for debug
    also fixed MT mamedev#7845
    cam900 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c90b5d4 View commit details
    Browse the repository at this point in the history
  10. Zabavni Karti improvements:

     * Added complete cyrillic/roman setup instructions.
     * Added technical notes.
     * Some clean-ups.
    RobertoFresca committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2a9ecdc View commit details
    Browse the repository at this point in the history
  11. Merge pull request mamedev#7669 from cam900/imagetek_i4100_offset

    metro.cpp: Fix tilemap offset regression
    ajrhacker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    eee3b95 View commit details
    Browse the repository at this point in the history
  12. New clones marked as NOT_WORKING

    --------------------------------
    New Draw 8 Lines (Version 2.1) [Ioannis Bampoulas]
    Osso13 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    fbfe732 View commit details
    Browse the repository at this point in the history
  13. abc800: Fixed ROM size.

    curt-coder committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    081ce6e View commit details
    Browse the repository at this point in the history
  14. New working clones

    ------------------
    beatstage 4th MIX (ver KA-A) [xuserv]
    Osso13 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    37fdc19 View commit details
    Browse the repository at this point in the history
  15. New working machines

    --------------------
    Club Card (ver. 1.1 English) [Roberto Fresca, Ioannis Bampoulas]
    RobertoFresca committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a319dba View commit details
    Browse the repository at this point in the history
  16. updated mame.lst...

    RobertoFresca committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    ace544b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    62d5213 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. rx78: split software list into two.

    A single list for two media types causes confusion for the UI and CLI.
    Robbbert committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    85794c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    445b95a View commit details
    Browse the repository at this point in the history
  3. Club Card improvements: Reworked inputs from the scratch.

    Completed DIP switches and fixed lamps layout.
    RobertoFresca committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    097a46a View commit details
    Browse the repository at this point in the history
  4. Club Card improvements: Created a default NVRAM

    that allows the game to boot.
    RobertoFresca committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    ca3458e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f30d070 View commit details
    Browse the repository at this point in the history
  6. New machines marked as NOT_WORKING

    ---
    NEC EWS4800/310 [Plamen Mihaylov, Patrick Mackinlay]
    pmackinlay committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    8ccfa37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    968c7cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7f524a View commit details
    Browse the repository at this point in the history
  9. zexall: correct license tag

    happppp committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    4822528 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5445370 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d0a688 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    315f046 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8ebaec9 View commit details
    Browse the repository at this point in the history
  14. Fix build on FreeBSD/powerpc64

    FreeBSD uses powerpc64 name for what Linux calls ppc64.
    pkubaj authored and cuavas committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    9b030d8 View commit details
    Browse the repository at this point in the history
  15. -Improved accuracy of System 573's digital I/O audio emulation. (mame…

    …dev#7664)
    
    * Refactored mas3507d and k573dio/fpga to be more accurate to real hardware.
    
    -3rdparty/minimp3: Updated to latest master and removed local changes.
    987123879113 committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    e6d3720 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3d49ff6 View commit details
    Browse the repository at this point in the history
  17. - sa1110: Added skeleton handling for UDC sub-device handling. [Ryan …

    …Holtz]
    
    - sa1111: Fixed a handful of issues related to audio DMA. [Ryan Holtz]
    
    - sed1356: Added support for Write BitBLT, Read BitBlt, and Move BitBLT Negative commands. [Ryan Holtz]
    
    - jornada: Fixed handling for some battery-related MCU commands. [Ryan Holtz]
    Ryan Holtz committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    fc17cb4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b20d1f View commit details
    Browse the repository at this point in the history
  19. btoads.cpp: fixed MT07838

    Osso13 committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f0ab7b2 View commit details
    Browse the repository at this point in the history
  20. astrcorp.cpp: partially decrypted magibombd, same problem as astoneag…

    …, hangs at ROM error
    Osso13 committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    20bbc1c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. New machines marked as NOT_WORKING

    ----------------------------------
    New! Cherry Plus (Ver. 3.10) [Ioannis Bampoulas]
    Osso13 committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    4423eb7 View commit details
    Browse the repository at this point in the history
  2. tabe22: Make it mostly work

    - Move to its own driver
    - Implement keyboard
    - Implement char/attr RAM switch
    - Improve video rendering
    - Hook up RS232 ports
    - Add gfxdecode
    startaq committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    400ff8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f25e81 View commit details
    Browse the repository at this point in the history
  4. jpmimpct.cpp: Improved service inputs for consistency with other drivers

    Clones promoted to working
    ----------------------------
    Roller Coaster (JPM) (IMPACT) (RC11 C30, 30p Stake, £15 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC11P C30, 30p Stake, £15 Jackpot, Protocol)
    Roller Coaster (JPM) (IMPACT) (RC11 AC30, 30p Stake, £15 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC11 C30, 30p Stake, £15 Jackpot, Whitbread)
    Roller Coaster (JPM) (IMPACT) (RC11 C29, 30p Stake, £15 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC10 C20, 20p Stake, £10 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC9 L26, 20p Stake, £8 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC9P L26, 20p Stake, £8 Jackpot, Protocol)
    Roller Coaster (JPM) (IMPACT) (RC9 AL26, 20p Stake, £8 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC9 L26, 20p Stake, £10 Jackpot, Whitbread)
    Roller Coaster (JPM) (IMPACT) (RC5 L14, 20p Stake, £8 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC4 L15, 20p Stake, £8 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC4P L15, 20p Stake, £8 Jackpot, Protocol)
    Roller Coaster (JPM) (IMPACT) (RC4 AL15, 20p Stake, £8 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC4 I L15, 20p Stake, £8 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC2 L07, 20p Stake, £8 Jackpot)
    Roller Coaster (JPM) (IMPACT) (RC2 I L07, 20p Stake, £8 Jackpot)
    james-wallace-ghub committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b31ebb5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request mamedev#7668 from rzero9/fmtsoftlist

    fmtowns_cd.xml: 16 new dumps, 13 replacements, 6 missing floppies added
    ajrhacker committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    a886eb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16b5f50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d4e5f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3f9282 View commit details
    Browse the repository at this point in the history
  9. mess.flt: added ews4800.cpp

    Robbbert committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    6e9b2d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1181aaf View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    bb5ce38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7b375 View commit details
    Browse the repository at this point in the history
  3. -osd: Clean up inline maths utilities.

    * Removed inline assembly for operations compilers handle well.
    * Added ARM and AArch64 implementation for a few operations.
    * Added unsigned integer add with carry out operations.
    
    -cpu/drccache.cpp: Detect whether RWX pages are supported.
    
    -dynax.cpp: Improved a few hanafuda DIP switch descriptions.
    cuavas committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    6e1bbe8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    255d4e7 View commit details
    Browse the repository at this point in the history
  5. Software list items promoted to working

    ---------------------------------------
    gamegear:
    X-Terminator v2.1 for Game Gear (USA, Euro)
    X-Terminator v2.1J for Game Gear (Jpn)
    [Wilbert Pol]
    wilbertpol committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    abd73e6 View commit details
    Browse the repository at this point in the history
  6. Started refactoring / researching more of jpmsys5.cpp (mamedev#7667)

    * Various sets now proceed further in boot sequence, but still fail
    * Some additional elements (reel lamps, 7segs etc.) now have outputs so can be represented in fallback layout
    * Use recently added repeater feature of layouts in fallback layout* begin jpmsys5 refactoring
    David Haywood committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    0404e70 View commit details
    Browse the repository at this point in the history
  7. videopac.xml: categorize main list as 1stparty-3rdparty-unreleased in…

    …stead of applications-educational-games
    happppp committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    de87e62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d149c04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae60d16 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6263955 View commit details
    Browse the repository at this point in the history
  11. Merge pull request mamedev#7674 from wilbertpol/gg_xterminator

    Promoted to working: Gamegear X-Terminator
    ajrhacker committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    c3e15af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    07318ff View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. new NOT WORKING machines (mamedev#7675)

    ------
    Portable Game Station 268-in-1 [Takashi Omoto, TeamEurope, David Haywood]
    David Haywood committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    99e9820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a39bbeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82acede View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    ab4d67b View commit details
    Browse the repository at this point in the history
  2. Add callback to headless osd interface

    onejae authored and sangwonl committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    cc334c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3f8e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b22efcc View commit details
    Browse the repository at this point in the history
  5. Add missing headless.h

    sangwonl committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    3c0fd50 View commit details
    Browse the repository at this point in the history
  6. Create very headless front and osd

    WIP lightweight osd headless
    
    WIP lightweight osd headless
    
    WIP fix old headless linking fail
    
    WIP fix invalid render bounds
    
    WIP set no opengl opt if headless mode
    sangwonl committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    49ce709 View commit details
    Browse the repository at this point in the history
  7. Add headless input module (#5)

    * WIP add input headless module
    
    * add player2
    
    * Rename oraksil to headless
    
    Co-authored-by: Sangwon Lee <gamzabaw@gmail.com>
    onejae and sangwonl committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    824d1bc View commit details
    Browse the repository at this point in the history
  8. Organize headless interface (#6)

    * Organize headless interface
    
    * Make mame headless instance as singleton
    sangwonl committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    91bbc5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4aaa6f0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e20b82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1f1923 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11ea0f1 View commit details
    Browse the repository at this point in the history
  13. Set sound callback

    onejae authored and sangwonl committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    1229a85 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d62d22 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6a8897b View commit details
    Browse the repository at this point in the history
  16. key layout of 8 buttons, for 4 players

    onejae authored and sangwonl committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    b902e8d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    da02137 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f6114cc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4c60c2d View commit details
    Browse the repository at this point in the history