Commit Graph

68720 Commits

Author SHA1 Message Date
Philip Bennett
6e63799772 sh2.cpp/sh4.cpp: Don't emit fast RAM accesses when the debugger is enabled [Phil Bennett] 2019-09-24 23:23:06 -07:00
Philip Bennett
4af1e38970 ppcdrc.cpp: Fixed debug flag test causing fast RAM accesses to be erroneously emitted. Hopefully fixes unusual breakpoint/watchpoint behaviour [Phil Bennett] 2019-09-24 23:18:54 -07:00
Angelo Salese
82a7979723
Forgot one (nw) 2019-09-25 01:47:09 +02:00
Angelo Salese
75d4ebdea5
Update TODO list (nw) 2019-09-25 01:42:46 +02:00
AJR
80c3d470d5 isld_vortex: Force this a little further along (nw) 2019-09-24 19:39:43 -04:00
angelosa
5e47e9e62c Merge branch 'master' of https://github.com/mamedev/mame 2019-09-25 01:14:58 +02:00
angelosa
1e23c06d45 Stricter data types where applicable (nw) 2019-09-25 01:14:29 +02:00
couriersud
441fb63087 netlist: switch to c++ streams. (nw)
Removed the home-brew implementation pstreams and replaced those with
c++ streams.
2019-09-25 01:10:39 +02:00
angelosa
c76cab187a alpha68k.cpp: support for opaque tiles for V board, fixes title screen clipping effect for Sky Adventure [Angelo Salese]
* Also removed hack for the priest priority in level 1 for Sky Adventure, being a game original bug.
2019-09-25 01:04:50 +02:00
AJR
5a9d0bb8de c2color: Hook up CPU and quick hack to load cartridges (nw) 2019-09-24 18:07:12 -04:00
AJR
97d29e7220 New machines marked as NOT_WORKING
----------------------------------
Vortex (Island Design) [unknown]
2019-09-24 17:11:54 -04:00
ClawGrip
828a8c6ce6 New NOT_WORKING software list additions (#5680)
* New NOT_WORKING software list additions
---------------------------------------
Baby's First Words (USA) [ClawGrip, TeamEurope]
Pooh Loves You! (USA) [ClawGrip, TeamEurope]
If I were... (USA) [ClawGrip, TeamEurope]

* Add separate software list for Leap Frog Little Touch LeapPad (nw)

* Fix game name (nw)
2019-09-24 15:42:43 -04:00
ajrhacker
e28579f058
Merge pull request #5681 from clawgrip/patch-1
leapfrog_mfleappad_cart: Remove redundant offset="0" (nw)
2019-09-24 15:42:25 -04:00
AJR
703c4e4949 leappad: Hook up a half-plausible CPU type (nw) 2019-09-24 15:32:40 -04:00
AJR
146f421a96 "Aftershock" is one word (nw) 2019-09-24 14:37:22 -04:00
AJR
3274284dbd ribrac, awetoss: Combine into a single driver and start fleshing it out (nw) 2019-09-24 14:20:04 -04:00
AJR
bcfa7ba9eb aftrshok: Document DIP switches after manual 2019-09-24 14:01:01 -04:00
ClawGrip
1d40f713fd
leapfrog_mfleappad_cart: Remove redundant offset="0" (nw) 2019-09-24 19:21:28 +02:00
Rebecca Wallander
72b8b76b00 Add MIDI floppy softlist (#5668)
* Add MIDI floppy softlist

* IMG raw sector dump  misses something in the data somewhere, so use IMD instead (which decodes fine)

* Missed file name

* Add midi softlist to a couple of IBM PCs
2019-09-24 11:58:35 -04:00
Dirk Best
11d7e5ae6a chelnov: Add MCU dump and hook it up
[Dirk Best, TeamEurope, Brian Troha]

Dumped MCU is the world version. Other regions were created by
patching the dump.

Removed the MCU simulation for chelnov.
2019-09-24 11:58:01 +02:00
AJR
b56b43d804 spbactn: Use raw parameters for screen
tecmo_spr: Hardcode behavior based on visible width, not full screen width (nw)
2019-09-23 23:28:46 -04:00
AJR
5b28fad59d tilemap.cpp: Improve contains assert, fixing tilemap viewer in debug build 2019-09-23 23:08:37 -04:00
npwoods
531633d519 Fixed a compilation bug under clang-cl (#5677)
* Fixed a compiltion bug under clang-cl

Oddly, this problem does not seem to manifest under clang on
gcc.godbolt.org.  I suspect that this might be related to the fact that
sizeof(std::size_t) != sizeof(long) on Windows.

* Couriersud feedback
2019-09-23 20:34:31 -04:00
MetalliC
b77f2851c9 cps3.cpp: tilemap linescroll little fix 2019-09-24 00:02:17 +03:00
algestam
1bb66ee8c6 hh_sm510: Add pcb labels for gnw_mario (nw) (#5678) 2019-09-23 20:41:19 +02:00
mooglyguy
1a5bf558cc -avivideo.cpp: Added an image device to provide looping uncompressed AVI frames as input. [Ryan Holtz]
-vino.cpp: Adapted to support both avivideo_image_device and picture_image_device. [Ryan Holtz]
2019-09-23 17:44:05 +02:00
AJR
15dfa918a7 debugcmd.cpp: Correct the error message too (nw) 2019-09-23 10:13:26 -04:00
ajrhacker
5cad2792b4
Merge pull request #5675 from clawgrip/patch-20
spartanxtec.cpp: Add some IC locations and PLD placeholders [jordigahan]
2019-09-22 15:18:41 -04:00
ClawGrip
a1e6eca0a1
spartanxtec.cpp: Add some IC locations and PLD placeholders [jordigahan] 2019-09-22 20:07:07 +02:00
Robbbert
6179ed4a3f super80 : fine-tuned compatibility of swlist. 2019-09-23 04:03:54 +10:00
Ricardo Barreira
74b647597b cfx9850 fixes (graph mode zoom menu and memory size) (#5674)
* hcd62121: Added xor instruction with indirect addressing (needed for zoom menu in graph mode to work).

* cfx9850.cpp: Reduce RAM size to 32 KB (0000-7FFF) and add overlapping region 8000-FFFF. The code that detects memory size assumes that FFFF aliases 7FFF.
2019-09-22 22:36:16 +10:00
Lord-Nightmare
4cfb7ac9ec typo fix and clarification (nw) 2019-09-22 08:14:27 -04:00
Vas Crabb
3fefe924a2 fix up srcclean (nw) 2019-09-22 15:11:45 +10:00
Vas Crabb
5036387ab4 srcclean (nw) 2019-09-22 13:34:40 +10:00
AJR
1b7b678f40 Fix debugger dump command for address-shifted spaces 2019-09-21 22:41:05 -04:00
AJR
cd0d9ce50e nes.hsi: Note (nw) 2019-09-21 17:38:27 -04:00
braintro
7e94f7cfa0 (nw) segabill.cpp: 8MHz rated Z80, so change clock. Also document OSC + whitespace 2019-09-21 15:55:05 -05:00
couriersud
8734df72ea netlist code maintenance (nw)
- prepare move to c++ streams and later std::string
- fix more lint and clang pedantic warnings/errors
- fix some bugs
2019-09-21 22:15:34 +02:00
arbee
aead1f98f4 mac/mac128: move Command to right alt, which is extremely wrong positionally but mollifies Windows [R. Belmont] 2019-09-21 16:05:39 -04:00
braintro
e906e6c9ad New working clone
New working clone
------------------
Birdie Try (Japan revision 2, revision 1 MCU) [TeamEurope, The Guru]
2019-09-21 14:58:37 -05:00
MetalliC
ae3d5b25ae cps3 docs, remove few wrong parts (nw) 2019-09-21 19:56:12 +03:00
cglmrfreeman
64ba45f445 Adding visual and descriptive board layout for Versus City Billboard (#5672)
* Adding visual and descriptive board layout for Versus City Billboard

Similar data is provided for other Sega boards. I tried to be as descriptive as I could.

* Update segabill.cpp

* Adding "thanks-to" for board layout and documentation credit.

Originally credited into "copyright" when no contribution was applicable to copyright. Name credited to "thanks-to" instead.
2019-09-21 12:35:45 -04:00
arbee
dde79d6655 mac.cpp: fix ADB machines so LALT is Option and LWIN is Command (MT #07426) [R. Belmont]
This matches the fix made to the 128/512/Plus, and makes Option and Command on modern Macs actually be Option and Command in the emulation.
2019-09-21 12:16:08 -04:00
arbee
259092adee mac128/512/plus: make Command LWIN (MT #07425) [R. Belmont]
This fixes the layout relative to the original keyboard, and makes it so option and command on modern Macs are option and command in the emulation.
2019-09-21 12:09:54 -04:00
Scott Stone
d7fc9b7a53 Format fixes for XML files (nw) 2019-09-21 11:56:31 -04:00
David Haywood
016f45399e Spectrum Software List cleanups (nw) (#5673)
no additions, just metadata changes / parentclone relationship changes etc.
2019-09-21 11:47:02 -04:00
hap
f660d04b30 hh_sm510: make gnw_climber CS parent (nw) 2019-09-21 16:18:16 +02:00
hap
b7a354a7b3 namcos2: suspicion that marvland is a proto, thanks https://twitter.com/GoldS_TCRF (nw) 2019-09-21 15:34:11 +02:00
angelosa
3517c6fcb4 acorn_vidc.cpp: generate u255 law sound table on device start [Olivier Galibert, Angelo Salese] 2019-09-21 12:41:14 +02:00
Robbbert
bb68b228c5 (nw) mycom : notes 2019-09-21 19:28:47 +10:00