Commit Graph

73913 Commits

Author SHA1 Message Date
Robbbert
26cac56bd2 (nw) mbeepc85b: fixed background colour regression reported by Tafoid. 2020-06-19 15:39:19 +10:00
AJR
1dc8536234 tlcs900: Misc. fixups (nw) 2020-06-18 23:18:14 -04:00
AJR
2507aea082 tmp95c061, tmp95c063: Break up the register blocks (nw) 2020-06-18 21:32:26 -04:00
AJR
9c36794ded tlcs900: Split derived types into separate files; no need for separate 8-bit and 16-bit maps now (nw) 2020-06-18 18:15:41 -04:00
hap
8d9c2d219d nycaptor: coin inputs active high, fixes high score entry (nw) 2020-06-18 23:30:06 +02:00
hap
e967ee0da1 gamegear.xml: correct a title (nw) 2020-06-18 23:05:11 +02:00
AJR
a58685ec6d Fix nltool build on CWG 1579-noncompliant compilers (nw) 2020-06-18 16:47:33 -04:00
Michael Zapf
7bb325c78f ti99: Retire custom READ8Z/SETADDRESS macro. 2020-06-18 22:45:15 +02:00
ClawGrip
b6d518f86b
arachnid.cpp: Add notes about ROM versions (nw) (#6829) 2020-06-18 22:03:50 +02:00
Ivan Vangelista
168ffd41c9 New NOT_WORKING software list additions
---------------------------------------
gmaster.xml: Space Invader [Sylver BRUNEAU]
gmaster.xml: Tank War [Sylver BRUNEAU]
2020-06-18 22:00:06 +02:00
ajrhacker
cd9bd69ad4
Merge pull request #6840 from cam900/patch-149
okim6295.cpp: Fix file name description
2020-06-18 14:26:50 -04:00
Robbbert
702db75470 Merge branch 'master' of https://github.com/mamedev/mame 2020-06-19 04:14:36 +10:00
Robbbert
13c7f85b4a (nw) mbeepp: pushed the ram to the max 1024k 2020-06-19 04:14:13 +10:00
Ivan Vangelista
57cf17dc52 finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) 2020-06-18 20:13:33 +02:00
Olivier Galibert
e96ed3b0eb emumem: Fix bad destruction order by not removing the notifier on cache destruction, they're supposed to be long-lived anyway [O. Galibert] 2020-06-18 18:22:40 +02:00
R. Belmont
a7c369c993
Merge pull request #6836 from TwistedTom/sf2rk-fix
fix sf2rk gfx rom load and decode
2020-06-18 12:08:59 -04:00
AJR
45850cd0be Fix OS X build on older Xcode versions (nw) 2020-06-18 11:17:37 -04:00
Robbbert
409508dda3 (nw) mbee: seems mac doesn't like saving a size_t 2020-06-19 01:08:56 +10:00
Robbbert
5992d320a2 (nw) mbee: fixed stupid error causing random crash in mbee56/mbee128. 2020-06-19 00:39:29 +10:00
cam900
33f17fc6f3
okim6295.cpp: Fix file name 2020-06-18 22:06:34 +09:00
Patrick Mackinlay
9b80f38c2c drcbex64: use asmjit
(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.
2020-06-18 18:40:23 +07:00
Patrick Mackinlay
954451fbfa asmjit: sync with upstream (nw) 2020-06-18 18:26:21 +07:00
Robbbert
1fce454a0b (nw) mbee: checkpoint 2 2020-06-18 14:49:39 +10:00
braintro
3ad3a40eb4 capbowl.cpp: Corrected ROM names and added additional documentation. [Brian Troha] 2020-06-17 22:47:45 -05:00
TwistedTom
c65b52aae6 fix sf2rk gfx rom load and decode 2020-06-18 01:06:31 +01:00
Ivan Vangelista
6dff78ed3a devices/machine, sound and video: removed read and write macros (nw) 2020-06-17 20:42:54 +02:00
Nigel Barnes
247d71e1ca bbc_opus3: Added notes on motor control (nw) 2020-06-17 15:48:26 +01:00
Nigel Barnes
febcfba1cb bbc_cc500: Use pal4bit (nw) 2020-06-17 15:48:26 +01:00
Nigel Barnes
c6d5c5e7d2 bbc_cv1797: Implemented side and motor control, and now works. 2020-06-17 15:48:26 +01:00
Robbbert
fb3758b667 Merge branch 'master' of https://github.com/mamedev/mame 2020-06-18 00:36:57 +10:00
Robbbert
095854c5e7 (nw) mbeett: fixed regression from 2 years ago 2020-06-18 00:36:32 +10:00
ajrhacker
1d057a673f
Merge pull request #6835 from cam900/ics2115_space
ics2115.cpp: Use device_memory_interface for fetch external samples
2020-06-17 09:20:23 -04:00
AJR
73e4ae4251 vt50: Fix disassembly of L40M (stands in for B2M, not M2X) 2020-06-17 09:14:30 -04:00
AJR
c66eaf096e Allow debugger dump command to dump with byte granularity from address spaces with positive shifts 2020-06-17 09:11:21 -04:00
hap
3de888a0c7 hh_sm510: add note (nw) 2020-06-17 13:22:39 +02:00
Robbbert
b31c19b323 (nw) mbee: checkpoint 1;; ipc: the rom that never was. 2020-06-17 17:36:26 +10:00
cam900
3ff2212deb ics2115.cpp: Use device_memory_interface for fetch external samples
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
2020-06-17 13:50:46 +09:00
hap
b357474334 bsktball: don't change vertical resolution (nw) 2020-06-17 01:45:31 +02:00
hap
ad2c06359f readd Atari to some titles, since it does clearly show on marquee/flyers (nw) 2020-06-17 01:29:42 +02:00
hap
3cbfbd2bd2 bsktball: improve interrupts (nw) 2020-06-17 01:19:51 +02:00
hap
e53d1e8608 don't prefix generic atari gametitles with "Atari" (nw) 2020-06-16 22:23:21 +02:00
hap
d34460d1cc atarifb: improve interrupts, led multiplexing, sprite raster effects (nw) 2020-06-16 21:09:26 +02:00
Nigel Barnes
1eca1509e1 New machines marked as NOT_WORKING
----------------------------------
MasterPieCe 800 Series [Ian Bradbury]
MasterPieCe 900 Series [Ian Bradbury]
MasterPieCe 900GX Series [Ian Bradbury]
2020-06-16 19:16:46 +01:00
Nigel Barnes
09b7e5c791 bbc.cpp: No need for both wd1770 and wd1772 devices. (nw) 2020-06-16 19:16:46 +01:00
yz70s
e9eddb73bc xbox_nv2a.cpp: small 3d update (nw)
- read textures with pixel formats X8R8G8B8 and A8
- more changes to vertex reading and processing
- corections to negative-w vertices clipping
2020-06-16 19:52:44 +02:00
Ivan Vangelista
82de76205a finished removing read* and write* macros from the mame part of the tree. the devices tree will be next (nw) 2020-06-16 19:39:52 +02:00
Ivan Vangelista
da63936560 drivers starting with t, u, v, w and most of drivers starting with x: removed read* and write* macros (nw) 2020-06-16 18:11:46 +02:00
R. Belmont
b681607a54
Merge pull request #6834 from DavidHaywood/160620
New WORKING Clones
DonPachi (Japan, Satsuei version) [PEG]
2020-06-16 11:30:42 -04:00
Nigel Barnes
33ab36e9a7 New working software list additions
-----------------------------------
bbc_flop_z80: Z80 Winchester Utilities
2020-06-16 13:23:50 +01:00
Nigel Barnes
e3f803c605 New working software list additions
-----------------------------------
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)
2020-06-16 13:23:50 +01:00