summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New working clone braintro2019-12-072-2/+26
| | | | | | New working clone ------------------ Megatouch 5 (9255-60-50 R0G, Bi-Lingual GER/ENG version) [TeamEurope, Brian Troha, The Dumping Union]
* prestige.cpp: Add placeholder for TI TSP50C10 speech ROM (nw) (#6024) ClawGrip2019-12-081-0/+3
| | | | | | | | * prestige.cpp: Add placeholder for TI TSP50C10 speech ROM (nw) (nw) I've added it only on the machine I'm sure it's present, but it's probably on every machine on this driver. * Fix speech chip socket label (nw)
* Merge branch 'master' of https://github.com/mamedev/mame arbee2019-12-073-0/+104
|\
| * New machines marked as NOT_WORKING AJR2019-12-073-0/+104
| | | | | | | | | | ---------------------------------- ITC-4 Intelligent Temperature Controller [ClawGrip]
* | apple2gs: raise ADB IRQ on mouse change (MT #06782) [R. Belmont] arbee2019-12-071-1/+1
|/
* apple2gs: improved fix (nw) arbee2019-12-071-2/+2
|
* apple2gs: reading $C047 should also clear VBL and 1/4 second. [R. Belmont] arbee2019-12-071-0/+6
|
* dkongjr2: Note based on research done before this was properly added (nw) AJR2019-12-071-1/+1
|
* gkidabc.cpp: Add placeholder for TI TSP50C10 speech ROM (nw) ClawGrip2019-12-081-0/+3
| | | (nw) I've added it only on the machine I'm sure it's present, but it's probably on every machine on this driver.
* geniusjr.cpp: Add placeholders for TI TSP50C10 speech ROM (nw) (#6022) ClawGrip2019-12-081-2/+8
| | | | | | | | * geniusjr.cpp: Add placeholders for TI TSP50C10 speech ROM (nw) (nw) I've added it only on the machines I'm sure it's present, but it's probably on every machine on this driver. * Fix comment (nw)
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-0816-33/+33
|
* cxg: add note (nw) hap2019-12-072-3/+7
|
* dccons.cpp: add Katana BIOS v0.976 [MajorPBX, MetalliC] MetalliC2019-12-071-8/+9
|
* osborne1.cpp updates: Vas Crabb2019-12-083-93/+83
| | | | | | | | * Added additional default key mappings on numeric keypad - The numeric keypad keys are wired in parallel with the ones on the main keyboard - using shift with them produces punctuation * Added additional default key mapping for backspace to cursor left - There is no physical backspace key, but CP/M uses the cursor left key for backspace, so it's intutive * Clean up code a little and update notes
* dec0.cpp: restore comment that was removed (nw) Vas Crabb2019-12-071-0/+24
|
* eurit30: Note (nw) AJR2019-12-061-1/+1
|
* ec184x.cpp: Change CPU types to agree with region widths (nw) AJR2019-12-061-2/+2
| | | | This is a bit speculative, but reliable information about these machines seems hard to find.
* Don't forget include file changes, either (nw) AJR2019-12-061-0/+3
|
* shangha3.cpp: Don't map 8-bit ROM directly into 16-bit space (nw) AJR2019-12-061-2/+7
|
* cat.cpp: Fix region width/endianness (nw) AJR2019-12-061-2/+2
| | | | SVROM loading will have to be revised someday, but now is not the time...
* dim68k.cpp: Fix region width/endianness (nw) AJR2019-12-061-17/+17
|
* upscope.cpp: Fix region width/endianness (nw) AJR2019-12-061-17/+17
|
* voyager.cpp: Fix region widths; add NVRAM (nw) AJR2019-12-061-8/+25
|
* calchase.cpp: Fix region widths; add NVRAM device (nw) AJR2019-12-061-12/+35
|
* igs_fear.cpp, mquake.cpp: Fix region width/endianness (nw) AJR2019-12-062-16/+16
|
* namco_c355spr.cpp : Fix priority when pri 0 sprite isn't drawed first (#6011) cam9002019-12-065-4/+26
| | | | | | * namco_c355spr.cpp : Convert vblank handler into register_vblank_callback * namco_c355spr.cpp : Revert vblank related commits
* New S-100 device: ASC Associates SASI Host Computer Adapter [AJR, Bitsavers] AJR2019-12-061-0/+2
|
* Machines promoted to working hap2019-12-072-7/+660
| | | | | ---------------------------- Sphinx Dominator (v2.05) [hap, Berger]
* change recently dumped to clones, for consistency with other Star Horse sets ↵ MetalliC2019-12-071-4/+4
| | | | (nw)
* new NOT_WORKING machines MetalliC2019-12-062-8/+198
| | | | | | | | ------------------------ Star Horse Progress Returns (main screen left) [Darksoft, rtw, MetalliC] Star Horse Progress Returns (main screen right) [Darksoft, rtw, MetalliC] Star Horse Progress Returns (live and voice) [Darksoft, rtw, MetalliC] Star Horse Progress Returns (sound) [Darksoft, rtw, MetalliC]
* dominator: identify buttons (nw) hap2019-12-063-21/+27
|
* osborne1.cpp: don't need the timer to run every scanline if it's only for ↵ Vas Crabb2019-12-061-5/+5
| | | | the beep (doesn't really improve performance)
* osborne1.cpp: Vas Crabb2019-12-064-134/+238
| | | | | | | | * Move drawing to scanline update function and get rid of intermediate bitmap * Connect VBLANK input to PIA in machine configuration * Use the screen parameters set by the BIOS in machine configuration for osborne1nv * Turned SCREEN-PAC variant into a separate machine as it's a major hardware modification * Got back some performance by adding a memory access cache
* tsispch.cpp: Fix region width/endianness (nw) AJR2019-12-061-6/+6
|
* nforcepc.cpp: set voltage read registers to valid values (nw) yz70s2019-12-061-0/+5
|
* xbox_pci.cpp: found gpio pins mode registers (nw) yz70s2019-12-062-0/+15
|
* mmd2.cpp: that was a lot of run-time tag map lookups... (nw) Vas Crabb2019-12-061-78/+88
|
* sigma21: Improve colors? (nw) AJR2019-12-051-1/+10
|
* sigma21: Move BAD_DUMP flag to canonical position; add note about title (nw) AJR2019-12-051-3/+3
|
* sigma21: Preliminary gfxdecode (nw) AJR2019-12-051-0/+21
|
* New machines marked as NOT_WORKING AJR2019-12-053-0/+94
| | | | | ---------------------------------- 21 (Sigma) [Yasu]
* added LC7582 LCD Driver (nw) hap2019-12-062-4/+44
|
* misc Atari drivers: fixed fulltag[0] == ':' assert in debug builds (nw) Ivan Vangelista2019-12-066-13/+13
|
* New machines marked as NOT_WORKING hap2019-12-054-1/+217
| | | | | ---------------------------------- Sphinx Dominator (v2.05) [hap, Berger]
* new machines NOT WORKING (#6007) David Haywood2019-12-053-14/+153
| | | | | | ----- Fantasy Story [David Haywood, caius, The Dumping Union] technically it's fully playable, but since there's no sound I've left it as NOT WORKING for now, as first impressions will be bad, sound is driven by a PIC.
* galivan.cpp, armedf.cpp : Adjusted Some games DAC gain compared with PCB ↵ sasuke-arcade2019-12-052-11/+11
| | | | | | | | | | | | | | | | | | | | | | | movies. (#6016) * galivan.cpp, armedf.cpp : Adjusted Some games DAC gain compared with PCB movies. youma, ninjemak - https://www.nicovideo.jp/watch/sm4519702 - https://www.nicovideo.jp/watch/sm4520007 kozure - https://www.nicovideo.jp/watch/sm4186904 armedf - https://www.nicovideo.jp/watch/sm4175795 legion - https://www.nicovideo.jp/watch/sm7128742 ccrimbr2 - https://www.nicovideo.jp/watch/sm4174557 danger - https://www.nicovideo.jp/watch/sm7129509 galivan * Tuned ninjemak
* sweetland.cpp: integrated x68303's research (nw) Ivan Vangelista2019-12-051-15/+124
|
* New machines marked as NOT_WORKING (#6013) ClawGrip2019-12-052-2/+27
| | | | | | | | | * New machines marked as NOT_WORKING ---------------------------------- PC Super Color (Spain) [ClawGrip] * Add 'pcscolor' (nw)
* taitopjc.cpp: Add PLDs to 'optiger' [jordigahan, ClawGrip] ClawGrip2019-12-051-3/+8
|
* vanguardmk1.cpp: a SYST it is (nw) Ivan Vangelista2019-12-051-1/+1
|