Commit Graph

45033 Commits

Author SHA1 Message Date
Olivier Galibert
facafb7d12 Merge pull request #1085 from milliluk/gime-palette
coco3: improve palettes and support alternate composite mode
2016-07-12 08:15:14 +02:00
Vas Crabb
f45998872c rgbvmx: fix the last little endian issue 2016-07-12 15:50:24 +10:00
Vas Crabb
91973008fa rgbvmx: fix bilinear_filter and blend on ppc64le 2016-07-12 14:57:59 +10:00
Erik G
a6080b944c coco3: improve palettes and support alternate composite mode 2016-07-11 23:47:46 -04:00
Vas Crabb
31c4a81369 misc fixes (nw)
* remove a temporary
* fix deps
* remove a vestigial member
* play nicer with dotfiles
* play nicer with pch
2016-07-12 13:09:42 +10:00
Vas Crabb
203c8ffbdb Merge branch 'move_widgets_code' of https://github.com/npwoods/mame 2016-07-12 13:08:26 +10:00
cracyc
2081585c49 vt240: provide default nvram (nw) 2016-07-11 22:05:28 -05:00
Vas Crabb
52c452a207 Merge pull request #1081 from npwoods/core_file_changes
Core file changes
2016-07-12 10:57:42 +10:00
cracyc
a1e832cd32 vt240: WIP (nw)
t11: add reset output line (nw)
mc68681: op tx/rx status lines (nw)
2016-07-11 19:32:25 -05:00
Nathan Woods
210d5cb451 Fixed issue that could cause core_filename_ends_with() to return true when extension.size() > filename.size() 2016-07-11 18:05:23 -04:00
Nathan Woods
e0a721a062 Moved background bitmap/texture back into menu.cpp 2016-07-11 17:43:04 -04:00
yz70s
97a3a3dd65 xbox.cpp: some cleaning (nw) 2016-07-11 23:22:56 +02:00
yz70s
4023b5c631 xbox.cpp: use the gamepad only in the console and not the arcade (nw) 2016-07-11 23:22:56 +02:00
yz70s
c1fabe4843 chihiro.cpp: let's add a jvs host and a device (nw) 2016-07-11 23:22:56 +02:00
Vas Crabb
5bd80a2173 more const, start fixing ppc64le 2016-07-12 04:20:31 +10:00
Olivier Galibert
0c0c675d90 Merge pull request #1083 from ajrhacker/denjinmk_audio
denjinmk: Hack sound comms to work without ROM patch
2016-07-11 19:46:43 +02:00
AJR
afb2e835e1 denjinmk: Hack sound comms to work without ROM patch 2016-07-11 13:32:53 -04:00
Vas Crabb
02d4e72409 Merge pull request #1082 from ajrhacker/zaccaria_audio_fix
Fix Zaccaria audio board regression (nw)
2016-07-12 01:37:39 +10:00
AJR
1db3b58c35 Fix Zaccaria audio board regression (nw) 2016-07-11 11:35:06 -04:00
Nathan Woods
32230ae648 Adding a check for reverse overflow when extensions is longer than filename 2016-07-11 10:46:36 -04:00
Nathan Woods
0e4cb93bc5 Adopting std::find() and std::find_if() in core_filename_extract_base() 2016-07-11 10:20:56 -04:00
Vas Crabb
21bde640e0 more PPC fix (nw) 2016-07-11 23:38:12 +10:00
Vas Crabb
269ed5c815 rgbvmx: use function-style casts, add explicit casts to keep newer GCC happy 2016-07-11 23:19:04 +10:00
Vas Crabb
066dab4bde better enum increment/decrement operators:
* deduce underlying type rather than assuming int
* return old value from post-increment/decrement
* return reference from pre-increment/decrement
2016-07-11 23:18:16 +10:00
Nathan Woods
2bd5932b42 Deeper C++-ification 2016-07-11 08:27:03 -04:00
Nathan Woods
130e05cc4e Fixed stupid compilation error 2016-07-11 08:26:49 -04:00
Nathan Woods
96066caca0 Removed some c_str() calls that are no longer necessary 2016-07-11 07:24:02 -04:00
Vas Crabb
b371656296 SPARC core improvements (nw) [Ryan Holtz]
fixes peculiarities with PSR e.g. ICC overwritten on trap
improved fcode logging
2016-07-11 20:10:27 +10:00
Vas Crabb
7f3ced8c96 Fix scroll in debugger state view 2016-07-11 19:21:39 +10:00
Vas Crabb
ee6106ee5f whoops (nt) 2016-07-11 17:52:40 +10:00
Vas Crabb
6ec6aa4926 Reduce repeated string allocation in audit code [Vas Crabb] 2016-07-11 16:56:58 +10:00
Nathan Woods
e1f3bc9b8a Now using core_filename_extract_base() in menu_file_create ctor 2016-07-10 23:43:16 -04:00
Nathan Woods
09b3fbf52c C++-ification of some corefile static functions 2016-07-10 23:38:44 -04:00
Nathan Woods
ecf1c152c1 Added #include-s to widgets.h requested by Vas 2016-07-10 23:23:51 -04:00
cracyc
e48008b516 upd7220: alternate drawing direction by line in gchrd (nw)
vt240: error--
2016-07-10 21:19:15 -05:00
Vas Crabb
e04ed6de3f Merge pull request #1080 from system11b/S11mjfixes3
Fixed dips for Mahjong Focus & Peep Show [system11]
2016-07-11 11:31:26 +10:00
Vas Crabb
2afcd53179 Merge pull request #1077 from npwoods/more_miscellaneous_refactorings
More miscellaneous refactorings
2016-07-11 11:16:37 +10:00
system11b
0d3ce783a9 Fixed dips for Mahjong Focus & Peep Show [system11] 2016-07-11 02:14:00 +01:00
Vas Crabb
b859ebcab7 Merge pull request #1076 from system11b/S11mjfixes2
Corrected more Video System Mahjong dip switches [system11]
2016-07-11 11:13:34 +10:00
Nathan Woods
649e4c797b Split "widgets" code out of ui::menu::global_state into a separate module 2016-07-10 17:22:49 -04:00
Nathan Woods
4c25315d59 Introduced running_machine::compose_saveload_filename() function to convert a filename (for state save/load) to a fully qualified path 2016-07-10 16:25:10 -04:00
Nathan Woods
1d1bef77f6 Made menu_file_create::m_ok private (used to be protected) 2016-07-10 16:15:44 -04:00
system11b
2967a54dd1 Corrected more Video System Mahjong dip switches [system11] 2016-07-10 20:33:54 +01:00
arbee
cac7270d8f sun4: improved timers, logging [Ryan Holtz] 2016-07-10 13:33:23 -04:00
Robbbert
deefdb1d3a DSB46: enabled timeout to monitor; added notes. 2016-07-11 00:51:35 +10:00
Vas Crabb
875ed23eaf avoid another vector copy (nw) 2016-07-10 22:26:06 +10:00
Vas Crabb
3258d3feef UI refactoring: [Vas Crabb]
* std::bind - accept no substitutes
* pointer -> reference conversion
* make more menu members private or protected
* don't play so fast and loose with integer types
* reduce some vector copying
* make more static constants const
2016-07-10 22:10:59 +10:00
arbee
9bbf1208e3 sun4 updates:
- Added 4/110 and 4/4x0 boot ROMs [Al Kossow]
- Improved original sun4 architecture support [R. Belmont]
2016-07-10 07:57:33 -04:00
smf-
cce21d8436 removed redundant call to space(). (nw) 2016-07-10 11:21:14 +01:00
smf-
27c60176a4 replaced direct calls to driver_device::space(AS_PROGRAM) with driver_device::generic_space() (nw) 2016-07-10 11:21:13 +01:00