Ivan Vangelista
4cc40f50d6
exidy.cpp: verified one of mtrap's original PROMs matches the corresponding one dumped from a bootleg. [Jim Hernandez]
...
The other 2 PROMs couldn't be read (nw)
2018-11-05 21:01:57 +01:00
Ivan Vangelista
b53ae0d412
new not working clone
...
-------------------------------------
Arizona 10 (v1.1) [f205v]
Simplified rabbitpk decryption [O. Galibert]
2018-11-05 20:48:22 +01:00
cracyc
6e54409399
luaengine: fix clang build (nw)
2018-11-05 13:26:29 -06:00
mooglyguy
bce881ddb7
hpc3: Improved DMA transfer behavior. The IRIX installer now loads, but panics. [Ryan Holtz]
2018-11-05 20:15:41 +01:00
AJR
b599c91785
attotime: Add as_hz (nw)
2018-11-05 13:47:52 -05:00
mooglyguy
3eb3d5cb38
Fix build, nw
2018-11-05 19:13:27 +01:00
mooglyguy
26258c22ab
wd33c93: Silence logging by default, nw
2018-11-05 19:12:24 +01:00
mooglyguy
13247311f6
Renamed flipendian -> swapendian, as I spent minutes trying to find the functions to tell to another person who spent minutes trying to find the functions, and we refer to such functions as swapping just about everywhere else in the codebase, nw
2018-11-05 19:11:18 +01:00
MetalliC
884465327b
naomi: fix M1 security keys endian (nw)
2018-11-05 19:19:39 +02:00
mooglyguy
be68ee3c1a
wd33c93: Improved logging, nw
2018-11-05 17:40:19 +01:00
AJR
8c8924db50
mbee.cpp: Move XTAL definition to xtal.cpp (nw)
2018-11-05 10:56:22 -05:00
Olivier Galibert
cc537e30db
mu100: Make some noise [O. Galibert]
...
Two sample roms are missing, sad. Volume is not taken into account
yet (because the registers are not yet understood), pan is though.
Don't even think about reverb or effects :-)
Current code plays a scale in a loop. Comment the timer alloc in
machine_reset to kill that.
Demo song (missing lots of sounds, because roms): U then > until demo
then ENTER ENTER.
2018-11-05 15:35:07 +01:00
Patrick Mackinlay
ec8e3a038f
nothing precious about r3000 irq numbers (nw)
2018-11-05 19:03:23 +07:00
AJR
53b63cef9d
mbc55x: Various additions and refinements
...
- Correct all clocks and derive them from the master XTAL
- Correct I/O address decoding
- Enable speaker output from 8251 USART
- Add ISA expansion slot, Centronics printer and RS232 "line" ports
- Add backspace key to HLE keyboard and note undumped MCU
2018-11-04 23:56:20 -05:00
cracyc
781bbdf1dc
luaengine: add pixels (nw)
2018-11-04 18:44:27 -06:00
mooglyguy
6371127423
wd33c93: Style cleanup, nw
2018-11-04 21:00:55 +01:00
braintro
1a67854ebf
midtunit.cpp: Correct name of Midway's Judge Dredd location set (nw)
2018-11-04 13:45:39 -06:00
mooglyguy
19ec3796ab
Improved screen:pixel description, nw
2018-11-04 16:41:44 +01:00
mooglyguy
6c2328e286
luaengine: Added pixel(x,y) function. [Ryan Holtz]
2018-11-04 16:19:49 +01:00
hap
8c875845a7
k054321: remember initial speaker input gains, this fixes volume balance in xmen (nw)
2018-11-04 16:14:07 +01:00
hap
ecf0c22f7d
disound: added getters for input/output gain (nw)
2018-11-04 16:01:42 +01:00
hap
6fc8a93932
swap left/right k054539 channels in some konami drivers, also removed setting REVERSE_STEREO(k054539 doesn't implement it at all, maybe it did ages ago) (nw)
2018-11-04 15:51:02 +01:00
Patrick Mackinlay
c055d21457
aic6250: minor fixes (nw)
...
Incorporates code review feedback.
2018-11-04 20:55:05 +07:00
cam900
bfcceb26ee
gp9001.cpp : Cleanup/Fix naming, Reduce unnecessary handler ( #3921 )
...
* gp9001.cpp : Cleanup/Fix naming, Reduce unnecessary handler
toaplan2.cpp : Fix batrider gfx, Cleanup naming
* toaplan2.cpp : Remove unused, register_postload, Cleanup naming
2018-11-04 08:42:51 -05:00
cam900
0aa7079c94
namcos2.cpp : Fix c123 video RAM mirroring issue ( #4244 )
...
* namcos2.cpp : Fix c123 video RAM mirroring issue
* namcos2.cpp : Typo
2018-11-04 08:38:50 -05:00
Robbbert
383ab15b40
(nw) gamecom : added list of unreleased games
2018-11-04 23:18:46 +11:00
Vas Crabb
9cbc957076
(nw) misc cleanup:
...
* tabify a JSON file (not currently handled by srcclean)
* get rid of stray printf
* µ'nSP in header comments - we do UTF-8 source
* spg2xx.cpp: make room for LOG_GENERAL - it's defined as (1U << 0) if you don't give it a different value
* spg2xx.h: inline on member function declarations generally doesn't do anything useful - it's implicit when the function body is inlined at declaration, and in other cases you usually want to put the inline qualifier on the definition, not the declaration
* rainbow.cpp: revert mouse changes - there's no reason a Mouse Systems driver couldn't be loaded, and the Logitech mouse is Microsoft-compatible
* video21.cpp: use deal/stand for blackjack control buttons now that we're not using deal for vblank
2018-11-04 17:57:08 +11:00
DavidHaywood
04a3232162
actually mark the correct rom as BAD_DUMP
2018-11-04 17:46:14 +11:00
Patrick Mackinlay
a669b36f19
mpc3000: use 16 bit dma (nw)
...
Stop driver from crashing now that the V53 dma device supports 16 bit mode. No idea what the dsp is supposed to be doing with dma data, so just cargo-culted the 8 bit handlers.
2018-11-04 13:03:27 +07:00
R. Belmont
12bcdb5146
Merge pull request #4202 from cam900/serflash_overflow
...
serflash.cpp : Updates
2018-11-03 22:36:53 -04:00
rfka01
fe01473ff4
Added ROM version 4.02 from an 820-II and 5.00 from an 820-II 16/8 ( #4238 )
...
* Added ROM version 4.02 from an 820-II and 5.00 from an 820-II 16/8
* moved v50 to x186 where it belongs and marked it as a bad dump. Added v50 ROM set from Bitsavers.
2018-11-03 22:36:28 -04:00
R. Belmont
da6367a13c
Merge pull request #4242 from DavidHaywood/041118
...
earthjkr (Earth Joker) appears to be a bad dump, mark it as such
2018-11-03 22:36:02 -04:00
DavidHaywood
c95d2c78d8
earthjkr appears to be a bad dump
2018-11-04 00:27:41 +00:00
ajrhacker
b9088a9e2e
Merge pull request #4212 from cam900/gottlieb_clean
...
gottlieb.cpp : Minor cleanups, Reduce unnecessary arguments
2018-11-03 18:44:14 -04:00
David Haywood
84e9644c4f
XaviX - fix opcode access in upper banks (needed for rad_fb) + basic input mapping to push things along ( #4237 )
...
* some cleanups, opcode access fix (nw)
* start looking at the football
* rad_fb inputs (nw)
* slight video refactor (nw)
* (nw)
2018-11-03 18:42:53 -04:00
ajrhacker
c8572d9508
Merge pull request #4241 from hp9k/m68kmmu_debugger
...
m68kmmu: don't change Page table/ATC state during translations caused by debugger (nw)
2018-11-03 18:41:55 -04:00
Sven Schnelle
cedf3653c6
m68kmmu: don't change Page table/ATC state during translations caused by debugger
2018-11-03 23:34:58 +01:00
AJR
0e738923aa
pbactiont: Add HCT259 latch; remove some MCFG_; clean up names (nw)
2018-11-03 18:10:39 -04:00
AJR
ffe88b1d53
namcos22.cpp: Fix clang build [-Werror,-Wabsolute-value] (nw)
2018-11-03 18:07:46 -04:00
cracyc
b311dfeaf8
luaengine: background color for draw_text (nw)
2018-11-03 17:03:19 -05:00
R. Belmont
a01add15ff
Merge pull request #4240 from hp9k/m68kmmu_supervisor_fix
...
m68kmmu: fix compare of SUPERVISOR_ONLY bit in 8 byte descriptors (nw)
2018-11-03 17:40:23 -04:00
Sven Schnelle
9f1c7e41e6
m68kmmu: fix compare of SUPERVISOR_ONLY bit in 8 byte descriptors (nw)
...
in the check fc wasn't actually checked, so as soon as an OS (like
the MAC II CI) set the SUPERVISOR_ONLY but the MMU caused a bus
error exception.
2018-11-03 21:42:17 +01:00
yz70s
141f5ad59b
xbox_pci.cpp: some cleaning (nw)
2018-11-03 20:57:59 +01:00
hap
71944cbdeb
namcos22: added ss22 volume control, improve propcycl/adillor controls (nw)
2018-11-03 20:39:20 +01:00
hap
bccaa9fa81
m37710: added basic support for up-down count on timers in event counter mode (nw)
...
NOTE1: namcos22 propcycl always pedals backwards now, will resolve in next commit.
NOTE2: diexec.h MAX_INPUT_LINES had to be increased, even without this commit m37710 was already more than 32 input lines.
2018-11-03 19:22:28 +01:00
AJR
5f2e1268dc
911_vdt: Screen raw parameters (nw)
2018-11-03 14:01:12 -04:00
braintro
ccda5bdceb
various drivers: A few Rom/rom to ROM
2018-11-03 12:01:34 -05:00
mooglyguy
ba733bf60e
MASKROM/MASK ROM -> mask ROM, nw
2018-11-03 17:37:23 +01:00
arbee
dfc8950639
nothing to see here (nw)
2018-11-03 12:32:45 -04:00
braintro
55b47c496a
various drivers: proper capitalization of mask ROM (nw)
2018-11-03 10:55:26 -05:00