ajrhacker
df08950720
Merge pull request #4027 from killamegagiga/master
...
nes.xml: typo fixes to a couple alt_title lines
2018-09-25 13:25:21 -04:00
AJR
b8557d3043
hazl1420: Add CRTC accessor and preliminary key matrix (nw)
2018-09-25 12:39:02 -04:00
Nigel Barnes
42b42714ed
bbc_tube_6502/65c102: Added ReCo6502 Tube 1.21 ROM.
...
- Rewritten using bankdev and combined 6502/65c102 variants (nw)
2018-09-25 17:18:13 +01:00
hap
a73e443d69
video21: added win buttons and preliminary sound (nw)
2018-09-25 17:52:39 +02:00
killamegagiga
e9c22172af
typo fixes to a couple alt_title lines
...
"chestfld" alt_title must have been incorrectly copied from a sales listing as the subtitle read "without box or instructions". Replaced with correct subtitle.
Added an extra dot to "touch" subtitle to match what is printed on the instruction manual. The box cover only shows one dot but this is due to the line break after the word "of". In Japanese orthography the dots are certainly optional but mixing the dots and no-dots in the same phrase looks awkward.
2018-09-25 08:37:09 -07:00
hap
3a15fb49ad
video21: assume there is no deal button, but instead vblank status (nw)
2018-09-25 15:09:47 +02:00
Robbbert
ba4bcbaa14
Video21 marked as NOT WORKING, because it freezes if you win.
2018-09-25 21:33:18 +10:00
Angelo Salese
64e3902d09
flkatck.cpp: fix sprite-sprite priorities and removed hackish implementation in k007121 [Angelo Salese, Dink] ( #4024 )
...
* flkatck.cpp: apply old patch from Dink wrt sprite-sprite priorities (nw)
Making it a branch cause it's a lot nastier than that, hopefully going to fix this mess in the next days ...
* flkatck.cpp: fix sprite-sprite priorities and removed hackish implementation in k007121 [Angelo Salese, Dink]
* It's double buffered (nw)
2018-09-25 12:45:35 +02:00
AJR
f675b78ae4
sbrain: Add DP8350 CRTC (nw)
2018-09-25 01:49:24 -04:00
AJR
fad9283ecc
Preliminary emulation of National DP8350 CRT controller family
2018-09-25 00:51:14 -04:00
braintro
3d3eda2b32
new working clone - Pocket Gal Deluxe (Asia v3.00)
...
New Working Clone Added
---------------------------------------
Pocket Gal Deluxe (Asia v3.00) [Jorge Silva]
2018-09-24 21:51:37 -05:00
AJR
1bd3f34fa1
i8243: Save state (nw)
2018-09-24 17:54:42 -04:00
AJR
f65e1c2a32
hazl1420: Add interrupts and hook up DIP switches through I/O expanders (nw)
2018-09-24 15:39:44 -04:00
Scott Stone
db0e5ab245
Merge branch 'master' of https://github.com/mamedev/mame
2018-09-24 15:32:39 -04:00
Scott Stone
4861195216
Some more documentation structure fixes (nw)
2018-09-24 15:32:17 -04:00
AJR
5f8eef9724
fidelz80.cpp: Consistent parameter naming (nw)
2018-09-24 15:30:02 -04:00
Scott Stone
91b9f92ddc
Misc documentation fixes as brought up by other developers (nw)
2018-09-24 15:20:49 -04:00
AJR
44608e3c49
i8243: Device overhaul (nw)
...
- Fix critical bugs with P4-P7 reads, both in this device and in the emulation of the MCS-48 MOVD A,Pp instruction
- Emulate the CS line, which will be useful for driving multiple 8243s
- Provide a separate callback for each 4-bit port
- Eliminate space and offset arguments from p2_r and p2_w
2018-09-24 15:11:36 -04:00
ajrhacker
b671894849
Merge pull request #4023 from DavidHaywood/240918
...
added crude lamp layout to "Video 21" so that it is actually worthy of the 'Working' tag
2018-09-24 14:48:56 -04:00
AJR
dd0b82a670
Fix debugger memory view editing for address-shifted spaces
2018-09-24 14:39:20 -04:00
DavidHaywood
aaf0bd3732
added crude lamp layout to "Video 21" so that it is actually worthy of the 'Working' tag
...
(game doesn't really let you know what to do, it's still vague without a 'deal' lamp, but at least somewhat playable now and I suspect this is how the machine was)
2018-09-24 19:26:17 +01:00
Scott Stone
3e94624a08
reference fix (nw)
2018-09-24 14:03:31 -04:00
Scott Stone
fdb070c61d
Started commandline documents update to dismiss items no longer in source and start listing recently added commands. More work to come. [Tafoid]
2018-09-24 13:55:18 -04:00
Ivan Vangelista
02de010497
dec0.cpp: fix dumb error of mine, sorry (nw)
2018-09-24 18:13:19 +02:00
Ivan Vangelista
fa47c651d4
deco0: dumped 68705 MCU for drgninjab2 [Sean Riddle, Tomas Garcia-Meras (ClawGrip), The Dumping Union]
...
not hooked up (nw)
2018-09-24 17:55:15 +02:00
Ivan Vangelista
349dd3b3b4
new not working machine
...
-------------------------------------
World Cup (Ver 1.5) [f205v]
new not working clone
-------------------------------------
World Cup (Ver 1.4) [f205v]
2018-09-24 17:47:14 +02:00
Ivan Vangelista
c49cddaa34
viper.cpp: dumped memory card and ata id for gticlub2ea [Corrado Tomaselli, The Dumping Union]
...
disk media check is ok but game asks for password (nw)
2018-09-24 17:45:13 +02:00
smf-
80bc38691c
PSX GTE Use count_leading_zeros() & count_leading_ones() instead of counting manually. [smf]
2018-09-24 14:59:40 +01:00
smf-
7a6ba5c482
PSX GPU: Copy the textures STP bit, which improves Silent Hill. [smf]
2018-09-24 14:59:39 +01:00
Patrick Mackinlay
b99742eacb
bt459: 4 bits per pixel, not 3 (nw)
2018-09-24 16:42:43 +07:00
David Haywood
34069f8823
stlforce / mwarr refactoring ( #3984 )
...
* mwarr.cpp refactoring
* mwarr.cpp refactoring
* stlforce refactor (nw)
* use suggested syntax, unless there's something to actually modify instead of outright replace?
* ok, no need to signal that we're modifying a device at all, just modify it (nw)
* move includes as requested (nw)
* do stuff modern way (nw)
2018-09-24 01:20:44 +02:00
hap
ebd6e9a415
New working clones
...
------------------
Arm Champs II (ver 2.7) [Siftware]
2018-09-23 17:41:23 +02:00
hap
5f9715b844
New working clones
...
------------------
Rapid Hero (NMK) [pacman70]
2018-09-23 16:21:25 +02:00
AJR
91c3aab366
mcs48: Eliminate now-unneeded arguments from p1_r and p2_r handlers (nw)
...
ins8250: Add interrupt line read handler for later use (nw)
2018-09-23 09:48:34 -04:00
mooglyguy
5a48ba0822
sun4: More optimizations, nw
2018-09-23 11:53:12 +02:00
AJR
b776b03e5e
hazl1420: Nonstandard INS8250 clock (nw)
2018-09-22 23:37:56 -04:00
AJR
a9132c31a2
hazl1420: Add INS8250 (nw)
2018-09-22 22:26:33 -04:00
Vas Crabb
250c06a4d7
srcclean (nw)
2018-09-23 12:22:35 +10:00
hap
cb6194cac0
namcoio_gearbox: update notes (nw)
2018-09-23 02:25:06 +02:00
smf-
f604bed068
space, space, space, space, space, space, space, space, mem_mask (nw)
2018-09-23 00:56:29 +01:00
Robbbert
3af1087df9
(nw) rc702: create palette in the proper way
2018-09-23 08:15:19 +10:00
smf-
0d7efee369
vgmplay: added sample player support for SN76496, YM2203 & C6280 [smf]
2018-09-22 21:39:26 +01:00
braintro
5192247327
suprnova.cpp: Document undumped sound sample for Gals Panic 4 (nw)
2018-09-22 14:39:25 -05:00
mooglyguy
27ee4f3915
-sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buffer, S4-cache, and S4-MMU, will eventually be split. [Ryan Holtz]
...
-sun4: Significant optimization, from 150% -> 330% unthrottled on an i7-5930K. [Ryan Holtz]
2018-09-22 19:41:10 +02:00
Ivan Vangelista
fb5818cc7e
video21.cpp: some dips identified (nw)
2018-09-22 17:45:50 +02:00
Ivan Vangelista
ee8a27414f
new working clone
...
-------------------------------
Star Castle (cocktail) [Brent Walker]
2018-09-22 16:20:03 +02:00
Nigel Barnes
e2a2e7b839
iq151: Removed machine().device from slot devices (nw)
2018-09-22 14:43:26 +01:00
Nigel Barnes
920a930b14
bbc_ams3_device: Use C escape sequence (nw)
2018-09-22 14:43:26 +01:00
Nigel Barnes
bd1fc3d9dc
spectrum: Removed machine().device from expansion devices (nw)
2018-09-22 14:43:26 +01:00
Ivan Vangelista
63f29019c4
new working clone
...
----------------------------
Vendetta (World, 4 Players, ver. ?) [Jorge Silva]
2018-09-22 12:37:07 +02:00