Commit Graph

71055 Commits

Author SHA1 Message Date
Vas Crabb
aecb7fa019 copy-paste error (nw) 2020-01-31 19:04:19 +11:00
braintro
7ea6b3607a New working clone
New working clone
------------------
Time Killers (v1.00) [Brian Troha, The Dumping Union]
2020-01-30 22:17:05 -06:00
Vas Crabb
3536bbdd71 there are reasons for things being the way they were (nw) 2020-01-31 14:53:46 +11:00
braintro
a984b33ada tsamurai.cpp: Corrected ROM labels for the Ring Fighter sets and added PCB locations to them. [Brian Troha] 2020-01-30 21:14:41 -06:00
braintro
2cf85ff0af atarigx2.cpp: Corrected program ROM names for the Moto Frenzy "motofren" set. [Brian Troha] 2020-01-30 21:12:51 -06:00
Oliver Stöneberg
dfaf9dd5bc
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) 2020-01-30 21:46:27 -05:00
Oliver Stöneberg
4a10205777
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) 2020-01-30 21:45:34 -05:00
Oliver Stöneberg
059243f68e
fixed some clang-tidy warnings (nw) (#6236)
* fixed some modernize-redundant-void-arg clang-tidy warnings (nw)

* fixed some modernize-use-bool-literals clang-tidy warnings (nw)

* fixed some modernize-use-emplace clang-tidy warnings (nw)

* fixed some performance-move-const-arg clang-tidy warnings (nw)

* fixed some readability-redundant-control-flow clang-tidy warnings (nw)

* fixed some readability-redundant-string-cstr clang-tidy warnings (nw)

* fixed some performance-unnecessary-value-param clang-tidy warnings (nw)
2020-01-30 20:01:48 -05:00
R. Belmont
06ecc1ca0d
Merge pull request #6239 from DavidHaywood/300120
likely resolve sunplus crashes on linux (nw)
2020-01-30 20:01:23 -05:00
DavidHaywood
3f63c559b7 likely resolve sunplus crashes on linux (nw) 2020-01-31 00:14:49 +00:00
ajrhacker
c8efa6607c
Merge pull request #6235 from MoochMcGee/iphone2g-fix
iphone2g: Fix validation (nw)
2020-01-30 13:33:52 -05:00
Ivan Vangelista
26277603ea New machines marked as NOT_WORKING
----------------------------------
Formula 1 [PinMAME]
Ice Mania [PinMAME]
2020-01-30 19:20:54 +01:00
MoochMcGee
1b60c1003c iphone2g: Fix validation (nw) 2020-01-30 11:51:41 -06:00
ClawGrip
0e471f3412
New working clones (#6233)
* New working clones

------------------
Mr. Do! (Fabremar bootleg) [Juan Romero, ClawGrip]

* Add 'mrdofabr' (nw)

* Marked 'md_fabre.f4' as BAD_DUMP and add note (nw)
2020-01-30 18:07:32 +01:00
Ivan Vangelista
4ae844b962 New working clones
------------------
Rampart (Joystick, smaller ROMs) [Juan Romero, ClawGrip]
2020-01-30 18:01:15 +01:00
Angelo Salese
555802ef66
ouput -> output (nw) 2020-01-30 16:00:45 +01:00
Angelo Salese
a41616e6f7
dialong -> dialog (nw) 2020-01-30 15:58:51 +01:00
AJR
4e0540d25b sdk85: Updates and expansion
- Make second 8355 into ROM expansion slot that can load custom 8755 programs
- Add software list for expansion ROMs, including Peter Naszvadi's version of Mastermind
- Add optional TTY interface
- Improve accuracy of button labels and change key bindings
- Add vectored interrupt and soft reset buttons
2020-01-29 20:03:31 -05:00
AJR
bfe833c3b9 i8355: Simplify handlers (nw) 2020-01-29 19:55:10 -05:00
couriersud
0ff9acb5f5 ptime: change operators to align with c++ textbooks. (nw) 2020-01-29 19:02:16 +01:00
couriersud
fceee50c8b netlist: Parameters evaluated when netlist is created. [Couriersud]
Parameters are now passed to the netlist core as strings. During netlist
creation they are evaluated as functions. This opens the path to
parameters on subdevice level.

Examples:

PARAM(device.XY, (1+2*0.005))
RES(R1, 2.05*RES_K(1)+1)

In addition the commit contains dead code removal.
2020-01-29 19:00:10 +01:00
couriersud
d7fd89afe1 netlist: fix parameter update recalculation. (nw) 2020-01-29 18:53:06 +01:00
couriersud
2742727a0b netlist: Fix crash in infix function evaluation. (nw) 2020-01-29 18:51:26 +01:00
couriersud
2b7c6af9ef netlist: make gain parameter mandatory for controoled sources. (nw) 2020-01-29 18:50:27 +01:00
R. Belmont
5ce8dfb369
Merge pull request #6216 from cam900/armedf
armedf.cpp : Use pdrawgfx for sprite drawing, Minor cleanups
2020-01-29 10:17:41 -05:00
quasiscroto
674d092afe
Add files via upload (#6220) 2020-01-29 10:17:23 -05:00
Rebecca Wallander
834b8ec6f5
Add some new Sonic prototype dumps (#6097)
* megadriv.xml - mark sonic protos as comming from loose eproms

* megadriv.xml - Add another Sonic 2 prototype dump

* gamegear.xml - Add Sonic 2 proto

* megadriv.xml - Add Sonic 3 prototype

* load16_word_swap

* Missed one
2020-01-29 10:16:33 -05:00
cam900
74779c9bde
ymf278b.cpp : Add notes for internal functions (#6227)
* ymf278b.cpp : Add notes for internal functions

* Update ymf278b.cpp

* ymz278b.cpp : Notes

Co-authored-by: hap <happppp@users.noreply.github.com>
2020-01-29 10:15:50 -05:00
Melissa Goad
e6595b06a7
iphone2g wip (nw) (#6226)
* iphone2g wip (nw)

* fixup

* fixup

* fixup

* iphone2g: hacky spi and non-existent timers (nw)
2020-01-29 10:13:48 -05:00
David Haywood
a5783544e8
Plug and Play work (#6221)
* new WORKING machines
----
Interactive TV Games 49-in-1 (PAL) [TeamEurope, David Haywood]

new NOT WORKING machines
----
Reactor MD (PAL) [TeamEurope, David Haywood]

the SunPlus part of the Reactor boots and runs, the MD part I haven't attempted to emulate, the main menu seems to run in an added / unsupported video mode when I took a brief look.  As such, it gets marked as not working, as the SunPlus part is only meant to boot once you select it from the MD based main menu.

* change name (nw)

* (nw)

* (nw)

* new WORKING machine
---
Teenage Mutant Ninja Turtles - Pocket Dream Console (France) [TeamEurope, David Haywood]

* (nw)

* (nw)

* (nw)

* added the Buzztime system ROM [Sean Riddle]
2020-01-29 10:10:30 -05:00
ClawGrip
d10c29d48b
New NOT_WORKING software list additions (#6225)
* New NOT_WORKING software list additions

---------------------------------------
Thomas & Friends: Cheer up Cranky! / The Big Race / Carnival Capers [Sean Riddle, ClawGrip]
Disney No Rumbly In Pooh's Tumbly [Sean Riddle, ClawGrip]
Sesame Street: Elmo's Colorful Adventure / Grover Stays Up Very Very Late / Me Loves Cookies [Sean Riddle, ClawGrip]
Barney: Barney Cares / Best Manners Show / Let's Work Together [Sean Riddle, ClawGrip]
Disney's Pinocchio / Disney/Pixar Toy Story 2 / The Jungle Book [Sean Riddle, ClawGrip]
Disney's Bambi / Lady and the Tramp / Peter Pan [Sean Riddle, ClawGrip]
Spongebob Squarepants Grand Price Winner! / Dora's Garden Adventure / Blue's Perfect Picnic Spot [Sean Riddle, ClawGrip]
Disney Pooh Windy Day [Sean Riddle, ClawGrip]
Disney's The Lion King [Sean Riddle, ClawGrip]
Noah's Ark [Sean Riddle, ClawGrip]
Disney Princess: Jasmine / Mulan / Pocahontas [Sean Riddle, ClawGrip]
Dora's Garden Adventure [Sean Riddle, ClawGrip]
Dora the Explorer: Dora's Garden Adventure / The Gingerbread Boy / Dora's Art Adventure [Sean Riddle, ClawGrip]
Disney/Pixar Finding Nemo [Sean Riddle, ClawGrip]
Scooby-Doo! Miniature Golf Mistery [Sean Riddle, ClawGrip]
Spongebob Squarepants Grand Price Winner! [Sean Riddle, ClawGrip]
Disney Princess: The Little Mermaid / Snow White / Beauty and the Beast [Sean Riddle, ClawGrip]
Blue's Perfect Picnic Spot [Sean Riddle, ClawGrip]
Disney's The Little Mermaid [Sean Riddle, ClawGrip]
Petter Rabbit / Jemima Puddle-Duck / Tom Kitten [Sean Riddle, ClawGrip]
Disney/Pixar Cars / The Incredibles / Monsters Inc. [Sean Riddle, ClawGrip]

* Small fix (nw)
2020-01-29 10:09:28 -05:00
Rebecca Wallander
858e59f678
c64_cass.xml - Add two new dumps (#6228)
* c64_cass.xml - Add Postman Pat 2

* c64_cass.xml - Add The CF Power Pack Tape 9
2020-01-29 10:00:07 -05:00
Oliver Stöneberg
c761a27e5c
fixed some clang-tidy warnings (nw) (#6229)
* fixed some readability-static-accessed-through-instance clang-tidy warnings (nw)

* fixed some readability-redundant-string-cstr clang-tidy warnings (nw)

* fixed some readability-redundant-control-flow clang-tidy warnings (nw)

* fixed some modernize-use-nullptr clang-tidy warnings (nw)

* fixed some performance-faster-string-find clang-tidy warnings (nw)

* fixed some performance-for-range-copy clang-tidy warnings (nw)

* fixed some performance-unnecessary-value-param clang-tidy warnings (nw)
2020-01-29 09:59:50 -05:00
hap
4da780c243 montec: correct romlabel (nw) 2020-01-29 15:48:12 +01:00
AJR
45c373e293 tti: No 53C90 registers used past offset 29 (nw) 2020-01-29 07:10:27 -05:00
MetalliC
3ac49f3f7c model3.cpp redumped ecap set [coolmod, MetalliC] 2020-01-29 02:29:22 +02:00
AJR
5429928c46 tti: Support both firmware revisions 2020-01-28 17:10:31 -05:00
MetalliC
f563b7bc85 remove outdated note (nw) 2020-01-28 23:07:49 +02:00
MetalliC
22abba023f new NOT_WORKING clone
---------------------
Club Kart: European Session (2003, prototype, set 2) [coolmod, MetalliC]
2020-01-28 22:20:31 +02:00
Angelo Salese
bd188cdf62
seta.cpp: actual default dips for Twin Eagle (nw) 2020-01-28 19:23:42 +01:00
AJR
9f2e64b669 la120: Add skeleton DC305 device (nw) 2020-01-28 06:46:44 -05:00
Patrick Mackinlay
0557cfb453 jazz: srcclean (nw) 2020-01-28 17:42:33 +07:00
Patrick Mackinlay
e822fc66db machines promoted to working
----------------------------
MIPS Magnum 4000 (be) [Patrick Mackinlay]
2020-01-28 17:41:31 +07:00
Patrick Mackinlay
a97b9091be jazz: mct_adr address mapping (nw)
* route r4000 addressing through mct_adr
* add notes about other graphics options
* housekeeping
2020-01-28 17:40:35 +07:00
Patrick Mackinlay
63fd509d7e ims_cvc: hack for host/guest endianness mismatch (nw) 2020-01-28 17:22:28 +07:00
Scott Stone
5710f7f5a8 New working software list additions
-----------------------------------
odyssey2: Death Race (USA) [SSJ, TeamEurope], Death Race (Euro) [anonymous]
lynx: Weltenschlächter [anonymous]
2020-01-27 20:17:40 -05:00
AJR
93cb850ad7 s3c24xx, s3c44b0: Replace get_read_ptr with memory_access_cache (nw) 2020-01-27 19:26:26 -05:00
couriersud
f7d8a10da5 netlist: Code maintenance. (nw)
- Fixed some clang lint warnings
- Removed dead code
- Experimental parser code to allow calculations in parameter value.
  This already works for compiled netlists. These changes are
  currently disabled. Updated pong netlist (and CRC/SHA) to work
  with this new code.
2020-01-27 21:47:41 +01:00
Ivan Vangelista
8c2bb62367 New working clones
------------------
Space Pilot (set 2) [chaneman]
2020-01-27 19:31:13 +01:00
mooglyguy
855a46c020 -iris3130: Renamed from sgi_ip2 to iris3130, converted to logmacro, added preliminary MMU support, added ROM board support. [Ryan Holtz] 2020-01-27 15:50:07 +01:00