Commit Graph

64263 Commits

Author SHA1 Message Date
Ivan Vangelista
f661a51de3 seta.cpp: renamed some msgundamb ROMs as per silkscreen, fixes rom name collision spotted by Metallic (nw) 2019-01-18 21:28:25 +01:00
AJR
7c8a802c24 z100: Minor cleanups; add EPCI devices (nw) 2019-01-18 15:17:52 -05:00
David Haywood
16d73e5e9e new NOT WORKING (TV games) (#4524)
* rad_eu3a14.cpp some guesses (nw)

* some register use (nw)

* new NOT WORKING
---
XaviX Baseball (XaviXPORT) [Sean Riddle, Peter Wilhelmsen]
Excite Ping Pong (Japan) [Sean Riddle, Peter Wilhelmsen]

* new NOT WORKING
Scooby-Doo! and the Mystery of the Castle (JAKKS Pacific TV Game) [Sean Riddle, Team Europe]

* start improving rendering of bitmaps for xavixport baseball (nw)

* notes (nw)

* rendering improvements (nw)

* bitmap transparency (nw)

* (nw)
2019-01-18 14:30:46 -05:00
Nigel Barnes
c6267f0765 sbrain: Added boot ROM 4.2. 2019-01-18 19:24:51 +00:00
AJR
81072d6f82 amerihok: Slow down ADPCM chip to a much more reasonable speed
z8: Fix TOUT output (nw)
2019-01-18 13:56:33 -05:00
MooglyGuy
879470fc1b -vsmile_slot: Added NVRAM support which should work, but doesn't. nw 2019-01-18 19:32:40 +01:00
AJR
7bd2bb2765 z8: Preliminary UART emulation 2019-01-18 12:41:46 -05:00
mooglyguy
b951f248c1 -vsmile: Actually fixed vsmile techart and vsmile techartsw, nw
-vii: Added more extensive logging to rad_sktv, nw
2019-01-18 18:27:40 +01:00
Ivan Vangelista
e67d4e2c15 new working clone
------------------------------
Mobile Suit Gundam (bootleg) [ArcadeHacker, The Dumping Union]
2019-01-18 18:19:32 +01:00
Ivan Vangelista
5f93bb243f src/devices: a bit more MCFG macro removal (nw) 2019-01-18 18:13:03 +01:00
AJR
adcf8c82a2 z8: Handle more timer corner cases (nw) 2019-01-18 08:34:18 -05:00
AJR
830f9927f1 z8: Rewrite timer emulation, including support for most TIN and TOUT modes 2019-01-18 07:36:26 -05:00
couriersud
0bd20c8d14 netlist: add nvcc support to netlist makefile. (nw)
Also converted some by-ref calls to pass by value.
2019-01-18 10:23:04 +01:00
cam900
69cb8a001b homedata.cpp : Update / Cleanups
Reduce unnecessary MCFGs, Add generic_latch_8_device for CPU-CPU interface, Reduce some unnecessary arguments, Add address_map_bank_device for mrokumei banked area, Reduce unnecessary values
Fix reikaids sound clocks (battlcry runs at similar hardware as reikaids, and sound clock is same?), Add notes, Move driver_init handler differs into address_map, Fix some naming, Reduce runtime tag lookups
reikaids sound clock reference : https://youtu.be/eRZ7h96m0pc
2019-01-18 18:22:49 +09:00
Ryan Holtz
a43a2dc2f7 -vsmileb: Identified logo DIP switch. [Ryan Holtz] 2019-01-18 07:45:32 +01:00
AJR
26d9b02c5e v100: Add RS232 ports (nw) 2019-01-17 22:20:41 -05:00
Firehawke
f5ca6f9e58 Add new softlist: original Apple II disks in WOZ format. (#4522)
* Add new softlist: original Apple II disks in WOZ format.

All existing 4AM dumps as of January 17th, 2019 are documented herein.

Tafoid assisted with a tool to automate large chunks of the process, but the tool wasn't perfect and the resulted required a second and third pass by eye.

I believe I have all the problems worked out and it passes -valid.

Last step for the moment is to go into the other Apple II softlist and start renaming the collision entries.

* Minor fix to softlist naming (nw)
2019-01-17 21:24:50 -05:00
AJR
f831bed8ab v100: Correct clocks; eliminate MCFG (nw)
com8116: Add customized COM8116-020 BRG type used by v100 and v550 (nw)
2019-01-17 20:37:46 -05:00
AJR
326a93f937 z8: Add Z8682 type with (fake) internal ROM; prevent timer from endlessly thrashing with a count of 1 2019-01-17 19:49:27 -05:00
couriersud
a527525e52 netlist: More run/setup separation. (nw)
Still some distance ahead in properly separating execution and setup.
2019-01-18 00:58:45 +01:00
Angelo Salese
f2da8af21a
namcond1.cpp: update notes (nw) 2019-01-17 22:47:30 +01:00
MooglyGuy
af07f89a7b -vsmileb: Re-added generic cartslot for V.Smile Baby, nw 2019-01-17 21:43:59 +01:00
Ivan Vangelista
9fe597c242 diablo_hd: removed MCFG marco, myb3k_kbd: removed leftover (nw) 2019-01-17 19:37:32 +01:00
Ivan Vangelista
d80de5bcfb devices\machine\myb3k_kbd: removed MCFG macro (nw) 2019-01-17 19:14:16 +01:00
MooglyGuy
c1afd51519 -vsmileb_cart: Removed lupptack and poohhawag, as they are built into the BIOSes of the respective systems. nw 2019-01-17 19:07:09 +01:00
mooglyguy
eb6223426d -vsmile: Added proper slot device emulation for the cartridge slot. Gets vsmile techart fully working. [Ryan Holtz]
-vsmileb: Found enough port bits to show the VTech logo and V.Smile Baby intro. No game boots yet. [Ryan Holtz]

-spg2xx: Added separate logging for external interrupts and address mapping. [Ryan Holtz]
2019-01-17 19:05:46 +01:00
Ivan Vangelista
67f3994845 neopcb.cpp: fixed MT07205 (nw) 2019-01-17 18:55:37 +01:00
Ivan Vangelista
58624f66d8 vsmileb_cart.xml: fixed validation (nw) 2019-01-17 18:21:28 +01:00
Ivan Vangelista
87ecc3576f src\devices\machine: more MCFG macros removal (nw) 2019-01-17 18:14:10 +01:00
MetalliC
5700b328ef Naomi DVD docs (nw) 2019-01-17 16:06:10 +02:00
cam900
0d5e4f03b7 homerun.cpp : Cleanups / Updates
Use update_partial/tilemap mark_all_dirty when only GFX bank is changed, Fix namings, Use palette decoder for color Move video related save_item into video_start, Reduce unnecessary lines, Fix reset behavior, Reduce runtime tag lookups, Simplified gfxdecodes, Bankswitched areas, Fix spacings
2019-01-17 19:52:55 +09:00
Ivan Vangelista
df07c7bb01 new not working clone
------------------------------------
UFO Robot Attack (bootleg of Invasion, older set) [f205v]
2019-01-17 07:13:33 +01:00
MetalliC
94c640c0eb forgot to remove (nw) 2019-01-17 02:27:00 +02:00
MetalliC
1950e1d3cd documented undumped Sega GD-ROM games, minor docs corrections (nw) 2019-01-17 02:24:33 +02:00
Nigel Barnes
0b01be2be4 New working software list additions
-----------------------------------
sc3000_cass: The Secret of Bastow Manor, Dungeons Beneath Cairo, Environoid, Help, The House, The Case of the Mad Mummy, Solar Conquest [SC-3000 Survivors]
City Lander, Dragonquest, Lawn, Quick Draw, Video Poker, Voltron [Dan Mons]
2019-01-16 21:42:57 +00:00
Nigel Barnes
ffea1999ab mess.lua: Add BUSES["BBC_ROM"] (nw) 2019-01-16 21:35:03 +00:00
Nigel Barnes
01ef9a6a44 bbc: Re-implemented ROM slots to be able to handle non-standard ROM devices, and added support for:
- 32K ROM slots in B+ and Master series.
- PALPROM carrier boards from Computer Concepts, Watford Electronics, etc.
- Real Time Clock ROM devices from Solidisk and PMS.
- UserRAM sideways RAM from Acorn User.
- MRM E00 DFS.
2019-01-16 20:05:03 +00:00
R. Belmont
a143090d10
Merge pull request #4492 from algestam/bgfx_hlsl_fix
Transposed transformation matrix to fix bgfx colors (nw)
2019-01-16 09:28:28 -05:00
R. Belmont
91bde86d78
legionna.cpp : Correct parameters (#4503)
Fix OKI clock, Framerate related to docs/on-board XTALs
2019-01-16 09:28:01 -05:00
cam900
30c92a304e psikyo.cpp : Cleanups / Updates (#4505)
* psikyo.cpp : Cleanups / Updates
Use Correct / Shorter type values, Fix some spacing, Use buffered_spriteram32_device for sprite ram, Minor fix naming, Correct buffered spritelist behavior, Fix s1945bl OKI bankswitching, Reduce unnecessary ACCESSING_BITs, Add notes (remain for bootleg differs)

* psikyo.cpp : Correct sprite transparent behavior
2019-01-16 09:27:40 -05:00
R. Belmont
a4c4f2f71e
Merge pull request #4518 from clawgrip/patch-9
pce.xml: More typos (nw)
2019-01-16 09:26:42 -05:00
R. Belmont
57abfa52de
Merge pull request #4512 from tyfighter/master
MIPS3: Add minimal support for revealing the Secondary Cache Line siz…
2019-01-16 09:26:29 -05:00
Ryan Holtz
9c5c9aabc4 Unicode -> UTF-8, nw 2019-01-16 14:55:37 +01:00
Ryan Holtz
d1c60199de New working software list additions
-----------------------------------
vsmile_cart:
  Der Koenig der Loewen - Simbas großes Abenteuer (Ger, Rev. 2?), Kung Fu Panda - Der Weg des Panda (Ger), Superman - De Grootste Held (NL), V.Smile Schreibspaß (Ger), Shrek der Dritte - Ein Spannender Schultag (Ger) [Team Europe]
vsmilem_cart:
  Action Manía (Sp), Disney Princess Cinderella - Lernen im Märchenland (Ger, Rev. 2?), Dora - Doras Reparatur-Abenteuer (Ger, Rev. 2), Kleine Einsteins (Ger, Rev. 2?), Spider-Man & Freunde - Geheime Missionen (Ger), Thomas - Freunde halten zusammen (Ger), Wintersport (Ger) [Team Europe]
2019-01-16 14:45:02 +01:00
ClawGrip
a9789f7582
pce.xml: More typos (nw) 2019-01-16 14:44:52 +01:00
David Haywood
b7bea7a50f new NOT WORKING --- Play TV Real Swing Golf [Sean Riddle, Peter Wilhelmsen] (#4515)
* new NOT WORKING
---
Play TV Real Swing Golf [Sean Riddle, Peter Wilhelmsen]

also byteswapped the Golden Tee Home ROM to be more inline with current findings / dumping technique (nw)

* minor refactor preparation (nw)

* some trkfldch mapping notes (nw)
2019-01-16 07:59:41 -05:00
ClawGrip
2d759abc17 clickstart_cart.xml: New NOT_WORKING software list additions (#4513)
* New NOT_WORKING software list additions

-------------
Nick Jr. The Backyardingans [TeamEurope, Sean Riddle]
The World of Cars [TeamEurope, Sean Riddle]
Disney Princess [TeamEurope, Sean Riddle]
Nickelodeon Go Diego Go! - Learning Expeditions [TeamEurope, Sean Riddle]
Learning Carnival [TeamEurope, Sean Riddle]
Nickelodeon ni hao, lai-lan (UK) [TeamEurope, Sean Riddle]
Scout's Puppy Pals (UK)

* Fix game name and caps (nw)
2019-01-16 07:59:05 -05:00
Ryan Holtz
404e6e0127 -vsmile: Better separation between vsmile and vsmileb drivers, nw 2019-01-16 07:09:59 +01:00
AJR
bc0bbf08b0 tv955kb: Add bell and reset output 2019-01-16 01:08:51 -05:00
mooglyguy
bede44aafd -spg2xx: Added more machine().describe_context() logging, nw
-vsmile: Added intro region selection and logo enable DIPs. Started separating vsmileb into its own driver. [Ryan Holtz]
2019-01-16 05:11:32 +01:00