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
R. Belmont
3ad57dfd27
Merge pull request #4235 from rzero9/patch-1
...
pc9801_86.cpp: add stereo sound
2018-11-03 09:01:04 -04:00
r09
69d1185d9a
pc9801_86.cpp: add stereo sound
2018-11-03 13:28:25 +01:00
yz70s
65330e1fb7
i386.cpp: pentium mmx class derives from pentium_device (nw)
2018-11-03 11:19:29 +01:00
yz70s
4f5f5c6c92
i386.cpp: prepare to change hxx files into regular cpp files (nw)
...
-change order of include files at top of i386.cpp
-move some routines between i386.cpp and i386priv.h
-move part of x87ops.hxx into new file x87priv.h
.
Now you only have to rename the hxx files to cpp and add the following
at the top of each one
.
#include "emu.h"
#include "i386.h"
#include "i386priv.h"
#include "x87priv.h"
#include "cycles.h"
#include "debugger.h"
#include "debug/debugcpu.h"
#undef i386
2018-11-03 10:25:11 +01:00
S.Z
cbd7b12f60
Remove emu.h from textbuf (nw)
2018-11-03 08:34:50 +01:00
S.Z
7f1a4e590b
Remove emu.h from emucore (nw)
2018-11-03 08:31:55 +01:00
S.Z
62285a49c8
Remove emu.h from attotime (nw)
2018-11-03 08:29:33 +01:00
David Haywood
9eba8c36fa
XaviX - preliminary wheel input for rad_mtrk ( #4232 )
...
* groundwork for monster truck wheel (nw)
* more groundwork (nw)
* more prep (nw)
* more prep (nw)
* (nw)
* preliminary wheel input for rad_mtrk
2018-11-03 00:08:45 -04:00
R. Belmont
21f836ccf8
Merge pull request #4233 from hp9k/m68000_aerr_rw_fix
...
m68000: fix rw bit in address error frame (nw)
2018-11-03 00:08:08 -04:00
Westley M. Martinez
48f04b664c
Add ini/examples to dist.mak ( #4234 )
2018-11-02 21:07:16 -04:00
Ivan Vangelista
e430c4d97e
jackie.cpp: small cleanups (nw)
2018-11-02 20:35:57 +01:00
Sven Schnelle
70f49013aa
m68000: fix rw bit in address error frame (nw)
...
RW bit actually means 1 = read, 0 = write. It was also not
shift in m68000_base_device::set_buserror_details().
2018-11-02 18:44:14 +01:00
AJR
c83ea12cab
alcat7100: Give this machine its own driver (nw)
2018-11-02 13:01:45 -04:00