Commit Graph

46728 Commits

Author SHA1 Message Date
Ivan Vangelista
af97bde77b devices/zeus2.cpp: fix save state crashing in thegrid and crusnexo (nw) 2016-08-30 15:37:45 +02:00
therealmogminer@gmail.com
eb8ca9b785 Fix MT06306, removed oricext bus from telstrat only, nw 2016-08-30 12:41:47 +02:00
Michael Zapf
89515782ad ti99: Change step rate default setting to 8ms. 2016-08-30 12:37:14 +02:00
Vas Crabb
f5356a62de srcclean on lua plugins, too 2016-08-30 15:53:27 +10:00
Vas Crabb
234e91f9fb Add Lua-cleaning ability to srcclean 2016-08-30 14:57:38 +10:00
Vas Crabb
e2978b793f Merge pull request #1344 from johnparker007/j6_layouts
JPM IMPACT: Added 58 layouts
2016-08-30 09:51:11 +10:00
Vas Crabb
e85937f8b3 Merge pull request #1345 from johnparker007/mpu3_layouts
MPU3: Added 39 layouts
2016-08-30 09:50:15 +10:00
John Parker
ed59f93b1d Add 39 layouts 2016-08-29 21:18:58 +01:00
John Parker
de503d0371 Added 58 layouts 2016-08-29 18:59:44 +01:00
therealmogminer@gmail.com
a1cce8e98d Fix MT05813, memory trashing by z8536 device 2016-08-29 17:36:24 +02:00
Vas Crabb
46bf1ce04b More cleanup on the back of Osso's fix for a7e393b36b (nw)
* Make iterators actually meet requirements of ForwardIterator (and by consequence, ForwardIterator, Iterator and EqualityComparable)
* Don't use function statics if they can be avoided - it isn't thread-safe
* Remove leftover crud from when dynamic_buffer and friends were templates in lib/util

It's still dangerous that the const behaviour of iterators doesn't match STL.
Also, simple_list members with similar functionality to STL container members should be renamed.
2016-08-30 01:31:23 +10:00
David Haywood
df1ec34f74 add the recent smspower dumps to the sms/gg software lists 2016-08-29 15:34:00 +01:00
Ivan Vangelista
7c6a527e26 emumem.cpp: fix regression in save states (nw) 2016-08-29 15:46:10 +02:00
hap
d7ef4e6c49 wildfire: fix display problem on loadstate 2016-08-29 15:06:40 +02:00
MetalliC
94e8bc2d92 chihiro/triforce comments-docs update from f205v 2016-08-29 15:52:13 +03:00
therealmogminer@gmail.com
b21b5d4434 m5: Don't crash when not run with cartridges, nw 2016-08-29 14:50:28 +02:00
therealmogminer@gmail.com
107b328d10 Fix MT06314, V33 only has a 20-bit address bus, nw 2016-08-29 14:50:25 +02:00
therealmogminer@gmail.com
fe2e7acaa4 Fix MT06315, M6504 only has a 13-bit address bus, nw 2016-08-29 14:50:23 +02:00
Ivan Vangelista
41c53d804f eprom.cpp: fixed save state regression (nw) 2016-08-29 14:45:55 +02:00
Vas Crabb
6767ca22e5 forgot these on the previous srcclean run (nw) 2016-08-29 22:41:38 +10:00
Vas Crabb
65dc9cf4c0 Merge pull request #1342 from johnparker007/sc4_layouts_i-z
Scorpion 4: added 73 layouts
2016-08-29 22:34:53 +10:00
Vas Crabb
61fc29c639 Merge pull request #1339 from mamehaze/mpu4test3
some more mpu4 descriptions (nw)
2016-08-29 22:16:04 +10:00
John Parker
205ad26340 Scorpion 4: added 73 layouts 2016-08-29 12:52:58 +01:00
therealmogminer@gmail.com
df6bced689 Fix MT06317 and MT06316, will wnss 2016-08-29 12:49:49 +02:00
David Haywood
7b32f11232 mpu4sw.hxx - main description pass done (nw) 2016-08-29 11:26:41 +01:00
Vas Crabb
25b8ea2e48 dooyong.cpp: clean up, encapsulate stuff, use derived machine configs, better represent the 16-bit text layer block on 8-bit machines 2016-08-29 18:22:37 +10:00
Lord-Nightmare
7d652e945f arkanoid.cpp: clean up comments and fix obsolete set names in comments which have long since changed. Clean up and update notes about which MCUs are used. [Lord Nightmare] 2016-08-29 03:05:29 -04:00
Lord-Nightmare
24c9bf10f4 mhavocrv: fix missing comment, fix date. (n/w) 2016-08-29 02:39:17 -04:00
Scott Stone
7da8190c07 Fixed pofo.xml structure (nw) 2016-08-28 23:29:59 -04:00
Vas Crabb
716061d8e5 Merge pull request #1340 from ajrhacker/aug_fixes
Misc. fixes (nw)
2016-08-29 13:04:05 +10:00
MASH
3d4e104495 Update mame.lst 2016-08-28 23:57:41 +01:00
MASH
e315501770 Update dwarfd.cpp 2016-08-28 23:54:53 +01:00
David Haywood
28bfab0153 m4luckst, m4jwlcwn descriptions (nw) 2016-08-28 21:59:40 +01:00
David Haywood
00512e7b26 couple more mpu4 descrptions (nw) 2016-08-28 21:45:55 +01:00
David Haywood
bc5698b3e0 couple more MPU4 (nw) 2016-08-28 21:30:45 +01:00
AJR
6ff64def00 Misc. fixes (nw)
- Correct address space number for audiocpu_map in barni.cpp
- Add missing_dependencies check to airraid_dev (fixes segfault in tilemap viewer; yes, I know these tiles are 100% garbage)
- Add assert to device_gfx_interface::palette() to help catch dependency mistakes like the above
- Add MACHINE_IMPERFECT_SOUND to cshootert (music desyncs a lot)
2016-08-28 16:09:03 -04:00
David Haywood
bdeb49959d some more mpu4 descriptions (nw) 2016-08-28 20:49:18 +01:00
Vas Crabb
cb510d4889 srcclean new layouts 2016-08-29 04:18:33 +10:00
Vas Crabb
21c66f9e63 Merge pull request #1337 from johnparker007/j2_layouts
JPM MPS: Added 89 Layouts
2016-08-29 04:13:20 +10:00
Vas Crabb
0236029101 Merge pull request #1338 from johnparker007/j5_layouts
JPM SYSTEM5: added 21 layouts
2016-08-29 04:12:47 +10:00
John Parker
53d21dec8e Add 21 layouts 2016-08-28 19:04:56 +01:00
Dirk Best
690df12c7c ajax: Slightly adjust visible area (MT #06356) 2016-08-28 18:50:52 +02:00
Vas Crabb
fc2f0365bd small cleanup (nw) 2016-08-29 02:19:55 +10:00
Vas Crabb
c960435d3e srcclean and translation regeneration 2016-08-29 02:02:04 +10:00
John Parker
d8d04046cc Added 89x Layouts 2016-08-28 16:12:32 +01:00
KEN WHITE
b0b74991c0 kim1 softlist 2016-08-28 06:42:18 -07:00
KEN WHITE
dd7f9479fa :w
"esc"
esc

"esc"
2016-08-28 06:19:54 -07:00
R. Belmont
2101fe044e Merge pull request #1333 from johnparker007/sc4_layoutas_a-h
Scorpion 4: Add 35x layouts (D-H)
2016-08-28 08:50:17 -04:00
R. Belmont
58b1fb98e2 Merge pull request #1335 from einstein95/master
Misc megadriv.xml fixes (nw)
2016-08-28 08:49:56 -04:00
KEN WHITE
fb2629adc0 Please enter the commit message for your changes. Lines starting 2016-08-28 05:46:11 -07:00