summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* photoply.cpp: Region is 8-bit, so map it as such (nw) AJR2019-11-161-1/+1
|
* pc.cpp: Correct some region widths and change mc1702 and pc7000 to 8086 (nw) AJR2019-11-161-7/+7
|
* Fix more region widths (nw) AJR2019-11-1634-109/+109
|
* SDL: -video auto on macOS now selects BGFX rather than OpenGL for ↵ arbee2019-11-161-3/+3
| | | | future-proofing [R. Belmont]
* opengl: work around Retina issue on macOS Catalina until SDL catches up [R. ↵ arbee2019-11-161-1/+39
| | | | Belmont]
* taitojc.cpp: Correct "gfx" region widths and rename for clarity (nw) AJR2019-11-162-190/+190
|
* pgm.cpp, savquest.cpp, taitotz.cpp: Correct region widths (nw) AJR2019-11-163-33/+33
|
* taitogn.cpp: Make region endianness consistent with everything else (nw) AJR2019-11-161-8/+5
|
* c900: Correct region endianness (nw) AJR2019-11-161-3/+3
|
* vsmile.cpp, vsmileb.cpp: Rename BIOS regions and make width explicit (nw) AJR2019-11-163-22/+22
|
* interpro.cpp: Correct region widths (nw) AJR2019-11-162-24/+26
| | | | The consistency of this implementation could be improved. The EPROM bus does appear to be 16 bits wide on all three generations (with Sapphire using one 16-bit EPROM instead of separate even and odd EPROMs), but the 32-byte PROMs, being 8-bit devices, might also be better off with their own handlers rather than being blown up to 32-bit granularity.
* Merge pull request #5911 from JoakimLarsson/baudout Joakim Larsson Edström2019-11-161-5/+6
|\ | | | | ins8250.cpp: fixed regression caused by local BRG used for baudout pin
| * ins8250.cpp: fixed regression caused by local BRG used for baudout pin support Joakim Larsson Edstrom2019-11-161-5/+6
| |
* | cave.cpp: QA note (nw) Angelo Salese2019-11-161-1/+2
| |
* | geniusjr.cpp: Pitagorin was recently dumped (nw) AJR2019-11-161-2/+1
| |
* | csplayh5.cpp, maygayew.cpp: Correct region widths (nw) AJR2019-11-162-157/+157
| |
* | arescue: Better way of copying DSP code and data (nw) AJR2019-11-161-26/+12
| |
* | Remove up to one frame of input latency. (#5901) antonioginer2019-11-1614-23/+64
| | | | | | | | | | | | | | | | | | | | * Remove up to one frame of input latency. Makes MAME virtually lagless on VRR monitors. * Use empty parentheses and clean interface member calls * Add new option -instant_blit to make this feature optional * Rename new option to -lowlatency, -ll
* | hiscore.dat: fix renamed set (nw) cracyc2019-11-161-31/+35
| |
* | winptty: don't create pipe unless requested (nw) cracyc2019-11-162-2/+12
| | | | | | | | plugins/discord: disconnect if timed out (nw)
* | alg.cpp, ht68k.cpp, pgm2.cpp: Correct region widths (nw) AJR2019-11-163-97/+97
| |
* | More region width fixes (nw) AJR2019-11-1621-500/+500
|/ | | | N.B. Many of these ROMs are really accessed as bytes or 16-bit words rather than at the native 32-bit or 64-bit widths, thanks to unemulated dynamic bus sizing and/or bridge controllers.
* viewgfx.cpp: Allocate bitmap in place rather than using global_alloc; ↵ AJR2019-11-161-26/+48
| | | | | | explicitly initialize each member of ui_gfx_state (nw) This code honestly deserves more modernization than this, but this is enough for now.
* Correct region widths in miscellaneous drivers and devices (nw) AJR2019-11-1614-40/+40
|
* at.cpp, fmtowns.cpp, hp95lx.cpp, pc88va.cpp, pc9801.cpp, tandy1t.cpp, ↵ AJR2019-11-167-270/+270
| | | | | | tosh1000.cpp: Correct region widths (nw) mba009: Configure as a 286 PC, not with a 386 (nw)
* get rid of some pointless members of input mapping menu (nw) Vas Crabb2019-11-172-16/+9
|
* Apple Softlists to Nov 16th, 2019 (#5906) Firehawke2019-11-162-3/+251
| | | | | | | | | | | | | | | | | | * New working software list additions ----------------------------------- apple2_flop_orig: Checker King, Gammon Gambler [4am, Firehawke] * New working software list additions ----------------------------------- apple2_flop_orig: Bloody Murder, The Best of MUSE, Beneath The Pyramids, Asteroid, Roadwar 2000 (Version 1.1) [4am, Firehawke] apple2_flop_clcracked: MECC-A315 Freedom! (Version 1.0) (cleanly cracked), Labyrinth: The Computer Game (Lucasfilm Games) (cleanly cracked), Labyrinth of Crete (cleanly cracked), Fractions: Addition (cleanly cracked), The Tournament Manager (cleanly cracked), Questron (cleanly cracked),The Adventures of Kristen and Her Family (cleanly cracked) [4am, Firehawke] apple2_flop_clcracked: The Cosmic Balance (cleanly cracked) [4am, san, Firehawke] * Additional metadata and formatting fixes. (nw)
* split out vt1682 as it isn't NES based (nw) (#5909) David Haywood2019-11-165-48/+1013
| | | | | | | | * split out vt1682 as it isn't NES based (nw) * preparation for notes (nw) * bank register notes (nw)
* netlist: Fix freeze on reset (F3). (nw) couriersud2019-11-163-9/+27
| | | Also added a link to pong video showing a real pcb.
* UI cleanup: Vas Crabb2019-11-174-211/+146
| | | | | * Make input mapping menus more efficient - most of the properties of a field won't change * Get rid of the pool allocator in base menu class - it was encouraging bad design
* pacman.cpp: descrambled clubpacma. Boots but resets during attract (nw) Ivan Vangelista2019-11-162-3/+12
|
* bbc_cumana68k: Remove trampolines and cleanup (nw) Nigel Barnes2019-11-163-180/+151
|
* UI updates: Vas Crabb2019-11-175-211/+258
| | | | | | | * Cleaned up memory management in some more menus * Don't walk the directory every time the crosshair menu is refreshed * Sort crosshair pictures * Show a selector menu when crosshair picture item is selected
* -cgsix: Added pattern register, plane-mask register, and pixel-mask register ↵ MooglyGuy2019-11-162-9/+99
| | | | support. [Ryan Holtz]
* netlist: more code maintenance. (nw) couriersud2019-11-1619-509/+544
| | | | | | - refactor error messages. - Fix some drivers to cope with outputted added my the mame driver for video and sound. - Fix validation.
* Fixed cheekyms regression. (nw) couriersud2019-11-161-1/+1
|
* I've rewritten a chunk of this (nw) Vas Crabb2019-11-172-2/+2
|
* UI updates: Vas Crabb2019-11-1712-419/+617
| | | | | | * Made DIP switch display scale with UI font and improved layout * Improved analog control display giving an indication of neutral position * Fixed menu heading sizes not being recalculated after font is changed
* add some scrambling modes for various nes_vt based things, polmega and ↵ David Haywood2019-11-166-9/+311
| | | | | | | | | | silv35 now boot (nw) (#5907) * implement vt1682 scrambling (nw) * allow polmega and silv35 to boot (nw) * note about palette (nw)
* cgsix: Add raw parameters for screen (nw) AJR2019-11-162-3/+2
|
* -cgsix: Added hardware cursor support. [Ryan Holtz] MooglyGuy2019-11-162-4/+54
|
* -sun4: Switched Z8530 to CMOS variant, based on observed accesses, nw MooglyGuy2019-11-161-4/+4
|
* -hlemouse: Removed baud-rate hack from hle1200 Sun mouse, nw MooglyGuy2019-11-161-1/+1
|
* -cgsix: Add COLOR1 ROP support, fixes initial clear when starting sunview, nw MooglyGuy2019-11-161-0/+6
|
* New machines marked as NOT_WORKING AJR2019-11-156-0/+100
| | | | | ---------------------------------- Eurit 30 [Cyberia/2 Filebase]
* Caravelle with two Es (nw) AJR2019-11-151-2/+2
|
* 8042kbdc.cpp: recognize mouse reset command (nw) yz70s2019-11-151-0/+6
|
* replica1: Switch to bitbanged interface (nw) AJR2019-11-151-8/+5
|
* hd44780: Turn logging back off (nw) AJR2019-11-151-1/+1
|
* hd44780: Better workaround for mtd1256 (nw) AJR2019-11-151-8/+6
|