cam900
11eb5c1683
drawgfx.cpp : Updates
...
Move additive blending function into drawgfx.h, Add priority related copybitmap functions, Fix spacings
Add priority related copybitmap and draw_scanline function is sprite like priority handling(prio_*) and tilemap like priority handling(primask_*), These are helpful for priority related bitmap / scanline drawing routines.
drawgfxm.cpp : Add variations of priority related pixel draw functions, Fix spacings
realbrk.cpp : Updates, Example usage for prio_copybitmap
Simplify handlers, Use priority bitmap for sprite priority, Fix spacings, Use shorter / correct type values
2019-06-04 11:23:08 +09:00
Roberto Fresca
244fd4da8f
Merge pull request #5146 from clawgrip/patch-11
...
New WORKING clone
2019-06-04 01:53:17 +02:00
ClawGrip
8984f95cc1
Add 'supinvsion' (nw)
2019-06-04 00:55:02 +02:00
ClawGrip
e9d4698922
New WORKING clone
...
------------------------------
Super Invasion (Electromar, Spanish) [ARPA, Recreativas.org]
(nw) I've marked it as MACHINE_IMPERFECT_CONTROLS because coinage is wrong, and probably the other dips also are. I'd appreciante if someone could have a look at it.
2019-06-04 00:49:58 +02:00
AJR
a2648cedb3
concept: Screen raw params (nw)
2019-06-03 17:12:44 -04:00
R. Belmont
764027f566
Merge pull request #5142 from cam900/jedi_args
...
jedi.cpp : Updates
2019-06-03 16:52:07 -04:00
R. Belmont
2f7753fd43
Merge pull request #5143 from vadosnaprimer/vsllvm_fix
...
fix vsllvm configuration
2019-06-03 16:51:44 -04:00
R. Belmont
74aa71ebc4
Merge pull request #5144 from cam900/patch-97
...
ddenlovr.cpp : Correct CPU type
2019-06-03 16:51:13 -04:00
AJR
8a49ab241d
corvfdc02: Document clock source (nw)
2019-06-03 16:06:01 -04:00
AJR
2a8290d9c0
indy_indigo2.cpp: More modularization and architectural cleanup (nw)
...
- hpc3: Add ten address spaces for the generic PIO channels, with configurable 8-bit or 16-bit access; add miscellaneous register; make DMA byte swap configurable
- hal2: Narrow all handlers and registers to 16 bits; simplify handlers
- ioc2: Simplify and narrow handlers to 8 bits; internalize a few things that HPC3 was using improperly
- Configure PIO channel 4 for Full House only
Note: HPC3 is now mostly but not entirely decoupled from HAL2 and IOC2. HAL2 is still accessed directly for DMA, and IOC2 is directly referenced by a few interrupt handlers which should be moved to that device once the "DMA done" interrupt logic is properly emulated.
2019-06-03 13:57:51 -04:00
mooglyguy
c3417aeeed
-ioc2: Switch to using LLE PS/2 keyboard/mouse controller. Fixes inability to type in numerous characters. [Patrick Mackinlay, Ryan Holtz]
...
-sgi: Silence DMA debug prints, nw
2019-06-03 18:15:45 +02:00
mooglyguy
90e4cae77e
New machines marked as NOT_WORKING
...
-----------
Quantel DPB-7000 [Ryan Holtz, Mark Nias]
2019-06-03 18:14:00 +02:00
AJR
3dcc58e331
ti99/peb/bwg: Minor corrections (nw)
2019-06-03 11:59:19 -04:00
AJR
b020c2b7d7
hh_sm510.cpp: Comment edit (nw)
2019-06-03 10:30:22 -04:00
hap
3609f8d9ad
shisen: fix coinage dipswitch (nw)
2019-06-03 14:43:54 +02:00
hap
a80aa6735b
m6502: remove unused 0byte file (nw)
2019-06-03 14:22:44 +02:00
cam900
012e455860
ddenlovr.cpp : Correct CPU type
2019-06-03 20:56:56 +09:00
feos
aa1875694d
fix vsllvm configuration
...
- dxsdk was missing from includes
- winmm was missing from libs
- narrowing warning was silenced for VS, but not from vsllvm, where it leads to an error in menu_video_options::handle()
2019-06-03 14:29:01 +03:00
algestam
03dc6f0db5
hh_sm510: gnw_chef rom confirmed via decap by Sean (nw) ( #5139 )
...
* hh_sm510: gnw_chef rom confirmed via decap by Sean (nw)
* hh_sm510: remove BAD_DUMP flag for gnw_chef (nw)
2019-06-03 12:15:13 +02:00
cam900
06a52b45db
jedi.cpp : Updates
...
Simplify handlers, Add gfxdecode for debug, Add palette_device for palette handling, Reduce runtime tag lookups, Fix some drawing routines, Reduce unnecessary lines, Fix namings, Spacings, Use shorter / correct type values, Add notes
2019-06-03 15:59:43 +09:00
AJR
2d48854ecc
t3210, feap90: Separate out into skeleton driver (nw)
2019-06-02 23:30:47 -04:00
AJR
363bb27d89
Fix clang error: unused variable 'DMAFLAG' [-Werror,-Wunused-const-variable] (nw)
2019-06-02 23:30:09 -04:00
R. Belmont
aabfa56b66
Merge pull request #5134 from cam900/exedexes_args
...
exedexes.cpp : Updates
2019-06-02 21:36:53 -04:00
R. Belmont
dd3e4f4f94
Merge pull request #5140 from cam900/1943_pri
...
1943.cpp : Updates
2019-06-02 21:36:17 -04:00
R. Belmont
a3dabf7716
Merge pull request #5141 from cam900/decmxc06_for
...
decmxc06.cpp : Fix regression
2019-06-02 21:35:54 -04:00
Angelo Salese
5ff77f2e92
deco32.cpp: provide gun Y minmax values to Locked N Loaded, making it calibratable [Angelo Salese]
2019-06-03 02:16:50 +02:00
cam900
b5bfa6176b
decmxc06.cpp : Fix regression
2019-06-03 08:56:26 +09:00
braintro
b37fdf3dbc
(nw) correct ROM names and add PCB locations to Konami's Ping Pong
2019-06-02 18:52:09 -05:00
cam900
d95d51cdae
1943.cpp : Updates
...
Correct sprite priority handling routine, Reduce runtime tag lookups, Fix namings, Simplify handlers, Gfxdecodes, Use shorter / correct type values
2019-06-03 08:06:39 +09:00
hap
195eda21cc
chessmachine: bootstrap more likely like this anyway (nw)
2019-06-03 00:35:23 +02:00
arbee
8dd2834cf0
konmedal: fixed vis region, colors, and priorities for shuriboy [R. Belmont]
2019-06-02 16:37:15 -04:00
arbee
93de98cd00
New machines added as MACHINE_NOT_WORKING
...
-----------------------------------------
Rhythm Nation (v01.01.04) [R. Belmont, ClawGrip, ArcadeVintage, Recreativas.org, The Dumping Union]
2019-06-02 16:09:20 -04:00
R. Belmont
88af85e0da
Merge pull request #5135 from cam900/jaguar_note
...
cpu/jaguar/*.cpp : Updates
2019-06-02 12:58:23 -04:00
R. Belmont
094965b0d6
Merge pull request #5137 from fulivi/hp9845_dev17
...
Z80SIO: fixed a few regressions after PR #5115
2019-06-02 12:57:20 -04:00
R. Belmont
8359611d34
Merge pull request #5136 from shattered/_e86aff7456
...
imgtool: MT 6693 wip, solves mess_hd issue (nw)
2019-06-02 12:56:33 -04:00
fulivi
79dbc452e8
z80sio: fixed a few regressions in systems with z80sio/i8274
2019-06-02 18:36:11 +02:00
hap
606262452e
fix arcade compile (nw)
2019-06-02 17:37:33 +02:00
AJR
d5c99125aa
itt9216: Separate into skeleton driver (nw)
2019-06-02 11:03:38 -04:00
hap
d801f8f8e3
polgar: add note (nw)
2019-06-02 16:34:10 +02:00
AJR
f55cd9ad7e
terminal.cpp: Sort out the other UPIs (nw)
2019-06-02 10:11:44 -04:00
Robbbert
86aa2b6949
(nw) spc1000 : small cleanup
2019-06-02 22:58:14 +10:00
Sergey Svishchev
63c0ee96ec
imgtool: MT 6693 wip, solves mess_hd issue (nw)
2019-06-02 15:01:26 +03:00
cam900
59cf3f6004
cpu/jaguar/jaguar.cpp : Additional notes
2019-06-02 17:51:57 +09:00
cam900
77f9bccb44
cpu/jaguar/*.cpp : Updates
...
Add notes, Reduce defines, Simplify handlers, Use shorter / correct type values, Reduce unnecessary lines, Remove register_postload
jaguar.cpp : Fix metadata, Correct XTAL frequency
2019-06-02 16:52:20 +09:00
cam900
fe6cfccfc1
exedexes.cpp : Updates
...
Use prio_* for sprite draw routine, Simplify handlers, gfxdecodes, Reduce runtime tag lookups, Unnecessary lines, Fix namings, Spacings
2019-06-02 14:21:14 +09:00
AJR
6deb0d35e3
unixpc.cpp: Add FDC reset; slight conceptual cleanup (nw)
2019-06-02 00:25:41 -04:00
Angelo Salese
ec753a153a
nb1413m3.cpp: kill nb1413m3 busy flag publicness, kill busyflag hack in threeds (nw)
2019-06-02 04:36:20 +02:00
arbee
88f398686c
apple2: Added the //e version of the AE Vulcan IDE card [SPK, R. Belmont]
2019-06-01 21:22:32 -04:00
Angelo Salese
c429c54566
new WORKING machine
...
===================
Bikkuri Pro Wrestling [Angelo Salese]
2019-06-02 03:03:58 +02:00
AJR
6b3862446e
itt9216: Note undumped 8741A (nw)
2019-06-01 18:06:59 -04:00