summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* tlcs900: Split derived types into separate files; no need for separate 8-bit ↵ AJR2020-06-1810-2330/+2366
| | | | and 16-bit maps now (nw)
* nycaptor: coin inputs active high, fixes high score entry (nw) hap2020-06-182-5/+3
|
* gamegear.xml: correct a title (nw) hap2020-06-181-2/+1
|
* Fix nltool build on CWG 1579-noncompliant compilers (nw) AJR2020-06-181-1/+1
|
* ti99: Retire custom READ8Z/SETADDRESS macro. Michael Zapf2020-06-1855-196/+176
|
* arachnid.cpp: Add notes about ROM versions (nw) (#6829) ClawGrip2020-06-181-2/+2
|
* New NOT_WORKING software list additions Ivan Vangelista2020-06-181-2/+22
| | | | | | --------------------------------------- gmaster.xml: Space Invader [Sylver BRUNEAU] gmaster.xml: Tank War [Sylver BRUNEAU]
* Merge pull request #6840 from cam900/patch-149 ajrhacker2020-06-181-1/+1
|\ | | | | okim6295.cpp: Fix file name description
| * okim6295.cpp: Fix file name cam9002020-06-181-1/+1
| |
* | Merge branch 'master' of https://github.com/mamedev/mame Robbbert2020-06-19379-2661/+2620
|\ \
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-18379-2661/+2620
| | |
* | | (nw) mbeepp: pushed the ram to the max 1024k Robbbert2020-06-193-37/+38
|/ /
* | emumem: Fix bad destruction order by not removing the notifier on cache ↵ Olivier Galibert2020-06-181-16/+12
| | | | | | | | destruction, they're supposed to be long-lived anyway [O. Galibert]
* | Merge pull request #6836 from TwistedTom/sf2rk-fix R. Belmont2020-06-181-10/+17
|\ \ | | | | | | fix sf2rk gfx rom load and decode
| * | fix sf2rk gfx rom load and decode TwistedTom2020-06-181-10/+17
| | |
* | | Fix OS X build on older Xcode versions (nw) AJR2020-06-182-8/+10
| | |
* | | (nw) mbee: seems mac doesn't like saving a size_t Robbbert2020-06-191-1/+1
| | |
* | | (nw) mbee: fixed stupid error causing random crash in mbee56/mbee128. Robbbert2020-06-192-18/+8
| |/ |/|
* | drcbex64: use asmjit Patrick Mackinlay2020-06-182-2682/+1713
| | | | | | | | | | | | (nw)This is essentially a 1-for-1 substitution of x86emit code with its asmjit equivalent. There are opportunities for refactoring some of the original code using C++ as well as asmjit features, but this first pass simplified identifying and correcting any problems. Selective tests with mips3, hyperstone and sh4 appear to reproduce existing behaviour but more testing is needed.
* | asmjit: sync with upstream (nw) Patrick Mackinlay2020-06-182-2/+5
| |
* | (nw) mbee: checkpoint 2 Robbbert2020-06-184-247/+189
| |
* | capbowl.cpp: Corrected ROM names and added additional documentation. [Brian ↵ braintro2020-06-171-14/+14
|/ | | | Troha]
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-17197-3458/+3413
|
* bbc_opus3: Added notes on motor control (nw) Nigel Barnes2020-06-172-32/+16
|
* bbc_cc500: Use pal4bit (nw) Nigel Barnes2020-06-171-3/+3
|
* bbc_cv1797: Implemented side and motor control, and now works. Nigel Barnes2020-06-172-39/+32
|
* Merge branch 'master' of https://github.com/mamedev/mame Robbbert2020-06-185-51/+138
|\
| * Merge pull request #6835 from cam900/ics2115_space ajrhacker2020-06-172-48/+132
| |\ | | | | | | ics2115.cpp: Use device_memory_interface for fetch external samples
| | * ics2115.cpp: Use device_memory_interface for fetch external samples cam9002020-06-172-48/+132
| | | | | | | | | | | | | | | | | | device_memory_interface for later DMA and DRAM interface support Allow ulaw interpolation (some instrument sound samples in IGS PGM Motherboard sound ROM is u-law) Add notes, Reduce duplications
| * | vt50: Fix disassembly of L40M (stands in for B2M, not M2X) AJR2020-06-171-1/+1
| | |
| * | Allow debugger dump command to dump with byte granularity from address ↵ AJR2020-06-171-1/+1
| | | | | | | | | | | | spaces with positive shifts
| * | hh_sm510: add note (nw) hap2020-06-171-1/+4
| | |
* | | (nw) mbeett: fixed regression from 2 years ago Robbbert2020-06-181-1/+1
|/ /
* / (nw) mbee: checkpoint 1;; ipc: the rom that never was. Robbbert2020-06-175-280/+160
|/
* bsktball: don't change vertical resolution (nw) hap2020-06-172-3/+2
|
* readd Atari to some titles, since it does clearly show on marquee/flyers (nw) hap2020-06-172-8/+8
|
* bsktball: improve interrupts (nw) hap2020-06-174-37/+31
|
* don't prefix generic atari gametitles with "Atari" (nw) hap2020-06-163-9/+9
|
* atarifb: improve interrupts, led multiplexing, sprite raster effects (nw) hap2020-06-1611-244/+237
|
* New machines marked as NOT_WORKING Nigel Barnes2020-06-163-0/+158
| | | | | | | ---------------------------------- MasterPieCe 800 Series [Ian Bradbury] MasterPieCe 900 Series [Ian Bradbury] MasterPieCe 900GX Series [Ian Bradbury]
* bbc.cpp: No need for both wd1770 and wd1772 devices. (nw) Nigel Barnes2020-06-163-68/+43
|
* xbox_nv2a.cpp: small 3d update (nw) yz70s2020-06-162-151/+189
| | | | | | - read textures with pixel formats X8R8G8B8 and A8 - more changes to vertex reading and processing - corections to negative-w vertices clipping
* finished removing read* and write* macros from the mame part of the tree. ↵ Ivan Vangelista2020-06-1617-264/+261
| | | | the devices tree will be next (nw)
* drivers starting with t, u, v, w and most of drivers starting with x: ↵ Ivan Vangelista2020-06-16347-3024/+3003
| | | | removed read* and write* macros (nw)
* Merge pull request #6834 from DavidHaywood/160620 R. Belmont2020-06-162-0/+42
|\ | | | | | | | | New WORKING Clones DonPachi (Japan, Satsuei version) [PEG]
| * new working clones DavidHaywood2020-06-162-0/+42
| | | | | | | | | | ----- DonPachi (Japan, Satsuei version) [PEG]
* | New working software list additions Nigel Barnes2020-06-161-0/+13
| | | | | | | | | | ----------------------------------- bbc_flop_z80: Z80 Winchester Utilities
* | New working software list additions Nigel Barnes2020-06-161-79/+826
| | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------------- bbc_rom: 65C02 Assembler 1.60, Advanced Disc Toolkit 1.71, Amcom E-Net 5.18, AMPLE Nucleus (patched), AMPLE Nucleus ID 80327, AMPLE Nucleus ID 73863, AMPLE Nucleus ID 57315, AMPLE Nucleus ID 108801, AMTOR MkII 3.05, The Artist 1.00, BeeBASE-1 1.02, Bitstik Service ROM 0.51, Opus Challenger 1.00, Opus Challenger 1.01, Opus Challenger 1.03, Chameleon ROM 1.0, Colour Dump Rom, Commstar 9003, SJ Control ROM 0.23, SJ Control ROM 0.30, CPFS+ 1.20, CTS Palette 1.10, Acorn DFS 2.45 Rev 1191, 512 FastBoot 1.00, AJS Fortran, Hierarchical DFS 1.05, HKR Utilities 1.00, HKR Utilities 1.10, HKR Utilities 1.20, HKR Utilities 1.30, Instat B00741, Master ROM 1.05, Maxim 1.0, Meta Assembler 3.30A, MasterPieCe 800 Manager 2.40, MasterPieCe 900GX Manager 1.20, OrthoCAM 0.02, Pen-Friend 1.21, Plotter 1.0, MasterPieCe 1.10, Prisma-3 1.30, Prisma-3 2.30, Pull Down RAM Driver 1.00, Quest 2.1B, RAMDisc 1.01, Sciways 2.01, System Delta 2.017, Text To Speech 1.03, U2 2nd Processor Utility 1.5, View A1.4, View A3.0 pms (Hack?), VideoNuLA 1.03, Workstation 1.4 #0135, Workstation 1.4 #0148, Workstation 1.5 New NOT_WORKING software list additions --------------------------------------- bbc_rom: ADDER 1.03, Artist Plus (Palette Pad), Artist Plus (Userport Pad), Futures 2.0a, Replay System WD1770 1.11, Richardson Hard Disk (306) 2.0, SEHK Terminal 2.00, SEHK Terminal 4.01 Software list items promoted to working --------------------------------------- bbc_rom: Solidisk ADFS 2.1 11/10/85, Solidisk ADFS 2.1S, Solidisk DDFS 1.5, Solidisk DDFS 1.9, Solidisk DFS 2.0 (Jan 85), Solidisk DFS 2.0 (Feb 85), Solidisk DFS 2.00 (8271/1770), Solidisk DFS 2.0A (8271/1770), Solidisk DFS 2.0J (8271/1770), Solidisk DFS 2.0L (8271/1770), Solidisk DFS 2.0m (8271/1770), Solidisk DFS 2.1 (Mar 85), Solidisk DFS 2.1A (1770), Solidisk DFS 2.1J (1770)
* | (nw) trs80: added save state Robbbert2020-06-164-16/+44
| |
* | New working clone braintro2020-06-152-2/+45
|/ | | | | | New working clone ------------------ Raiden II (Spain) [Jorge Silva]