Commit Graph

44460 Commits

Author SHA1 Message Date
Miodrag Milanovic
025756c2d6 simple_list to vector in sound (nw) 2016-06-19 10:10:11 +02:00
Robbbert
116a73910a hp_taco: This compiles too. Unable to test because hp9845 is not working. 2016-06-19 17:44:18 +10:00
Robbbert
7d18050b7b Fixed compile error.
C:/MAME/src/devices/machine/hp_taco.h:50:14: error: 'virtual int hp_taco_device::call_display(std::__cxx11::string&)' marked 'override', but does not override
  virtual int call_display(std::string& s) override;
              ^
In file included from ../../../../../src/emu/emu.h:70:0:
C:/MAME/src/emu/diimage.h:155:22: error: 'virtual std::__cxx11::string device_image_interface::call_display()' was hidden [-Werror=overloaded-virtual]
  virtual std::string call_display() { return std::string(); }
                      ^
In file included from ../../../../../src/mame/drivers/hp9845.cpp:35:0:
C:/MAME/src/devices/machine/hp_taco.h:50:14: error:   by 'virtual int hp_taco_device::call_display(std::__cxx11::string&)' [-Werror=overloaded-virtual]
  virtual int call_display(std::string& s) override;
              ^

If "override" removed, this happened:

Compiling src/mame/drivers/hp9845.cpp...
In file included from ../../../../../src/emu/emu.h:70:0:
C:/MAME/src/emu/diimage.h:155:22: error: 'virtual std::__cxx11::string device_image_interface::call_display()' was hidden [-Werror=overloaded-virtual]
  virtual std::string call_display() { return std::string(); }
                      ^
In file included from ../../../../../src/mame/drivers/hp9845.cpp:35:0:
C:/MAME/src/devices/machine/hp_taco.h:50:14: error:   by 'virtual int hp_taco_device::call_display(std::__cxx11::string&)' [-Werror=overloaded-virtual]
  virtual int call_display(std::string& s);
              ^
Compiling src/devices/machine/hp_taco.cpp...
In file included from ../../../../../src/emu/emu.h:70:0:
C:/MAME/src/emu/diimage.h:155:22: error: 'virtual std::__cxx11::string device_image_interface::call_display()' was hidden [-Werror=overloaded-virtual]
  virtual std::string call_display() { return std::string(); }
                      ^
In file included from ../../../../../src/devices/machine/hp_taco.cpp:141:0:
C:/MAME/src/devices/machine/hp_taco.h:50:14: error:   by 'virtual int hp_taco_device::call_display(std::__cxx11::string&)' [-Werror=overloaded-virtual]
  virtual int call_display(std::string& s);
              ^

So, the call was renamed in order for compilation to proceed.
2016-06-19 16:51:45 +10:00
Robert
91b1025fc2 Merge pull request #971 from npwoods/cassette_animation
Modernized the cassette animation
2016-06-19 15:44:11 +10:00
angelosa
4982319929 More accurate ROM header info for Sharp X1, nw 2016-06-19 05:56:57 +02:00
RobertoFresca
1c6793745e Flaming 7: Decrypted the graphics ROMs & fixed the gfxdecode.
Bipolar PROM decode is still wrong. [Roberto Fresca]
2016-06-19 00:50:13 -03:00
Nathan Woods
f01066bcbb Modernized the cassette animation 2016-06-18 23:48:22 -04:00
Robbbert
b54accd6b3 Merge branch 'master' of https://github.com/mamedev/mame 2016-06-19 12:56:38 +10:00
Robbbert
978bf95bd9 Fixed compile error:
error: expected identifier before numeric constant OPAQUE
error: expected '}' before numeric constant
error: expected unqualified-id before numeric constant
2016-06-19 12:55:11 +10:00
R. Belmont
c137c2dd35 Merge pull request #970 from ajrhacker/boxfix
Prevent NaN errors by initializing variable in ui::text_layout (nw)
2016-06-18 22:06:03 -04:00
Vas Crabb
20980b8452 Merge pull request #969 from JoakimLarsson/halley_nogotos
fix for a fix for a 'don't touch what works'
2016-06-19 11:24:34 +10:00
dankan1890
f8179f15bd Fixed incorrect icons refresh. (nw) 2016-06-19 03:24:04 +02:00
AJR
f87a5de446 Prevent NaN errors by initializing variable in ui::text_layout (nw)
Use osd_printf_verbose instead of popmessage in ay8910 (too annoying even for debug build)
2016-06-18 21:00:08 -04:00
angelosa
0b0fe986dc More r2cop documentation, nw 2016-06-19 02:26:07 +02:00
mahlemiut
7b2ccbd32e debugimgui: added history functionality to debugger console, fixed issue with main views being re-allocated when no extra windows have been created. 2016-06-19 11:36:54 +12:00
Joakim Larsson Edstrom
43767af362 fix for a fix for a 'don't touch what works' 2016-06-19 01:31:19 +02:00
Olivier Galibert
20906487ce gcc 6.1.1 warning fix (nw) 2016-06-18 23:34:05 +02:00
arbee
7dde1e6957 Added new numcrash note from dumper (nw) 2016-06-18 17:26:17 -04:00
R. Belmont
a97891ef0b Merge pull request #968 from MooglyGuy/master
Make SPARC use only one memory map
2016-06-18 17:11:08 -04:00
R. Belmont
321e593923 Merge pull request #965 from ajrhacker/debugspace
Suppress 'no matching space' debugger error when disassembling CPUs w…
2016-06-18 17:10:26 -04:00
R. Belmont
d385b2e08e Merge pull request #961 from JoakimLarsson/halley_nogotos
removed goto:s and somewhat simplified the readabaility
2016-06-18 17:10:07 -04:00
R. Belmont
637d434dec Merge pull request #964 from Bavarese/patch-8
Update vtvideo.cpp
2016-06-18 17:09:57 -04:00
Dankan1890
ba3eba5690 Merge pull request #967 from npwoods/miscellaneous_text_fixes_and_cleanups
Miscellaneous text fixes and cleanups
2016-06-18 22:42:06 +02:00
therealmogminer@gmail.com
1905f52ac8 Make SPARC use only one memory map, nw 2016-06-18 22:06:25 +02:00
r09
b9aad827e7 pc98_cd.xml: some fixes 2016-06-18 21:53:46 +02:00
r09
51b5f23fc2 pc9801: Attached CD software list 2016-06-18 21:16:44 +02:00
Nathan Woods
940a94a93b Changed mame_ui_manager::draw_text_box() to use ui::text_layout directly 2016-06-18 14:46:20 -04:00
cracyc
e7ad4ff592 dmv: supports color (nw) 2016-06-18 13:45:40 -05:00
Olivier Galibert
2685e8a74c Erase to ff, *duh* (nw) 2016-06-18 20:04:38 +02:00
Nathan Woods
5619297374 Added rgb_t::transparent constant 2016-06-18 14:03:50 -04:00
Nathan Woods
290ec20fda Use ui::text_layout::text_layout and ui::text_layout::word_wrapping enums 2016-06-18 13:58:02 -04:00
Olivier Galibert
21af6ad0a8 I need a vacation (nw) 2016-06-18 19:23:32 +02:00
Olivier Galibert
cefd4fe46b Fix stupid typo 2016-06-18 19:22:30 +02:00
Nathan Woods
bee55557f0 Encapsulated methods that draw UI elements like fps counter, profiler etc 2016-06-18 12:30:26 -04:00
Nathan Woods
c3b7a9e470 word_wrapping::TRUNCATE was completely broken; this fixes it 2016-06-18 12:22:07 -04:00
angelosa
84e2c9a103 Started cleaning up the mess that's Seibu COP device, nw 2016-06-18 17:56:33 +02:00
Vas Crabb
8362576906 Merge pull request #966 from MooglyGuy/master
Add basic SPARCv7 core [Ryan Holtz]
2016-06-19 01:46:07 +10:00
therealmogminer@gmail.com
b4beaa37b7 Merge remote-tracking branch 'mainline/master' 2016-06-18 17:15:17 +02:00
therealmogminer@gmail.com
0213201d1d Clean up some unused variables, register some others 2016-06-18 17:09:16 +02:00
therealmogminer@gmail.com
caf907403a Add (untested) trap support to SPARC core 2016-06-18 17:06:49 +02:00
Robbbert
1ad39fd825 MT 06235 [Robbbert] 2016-06-19 00:56:23 +10:00
AJR
1702c3fc97 Suppress 'no matching space' debugger error when disassembling CPUs without decrypted opcodes 2016-06-18 10:51:06 -04:00
r09
5ce8388960 New software list for PC-98x1 CDs 2016-06-18 16:17:14 +02:00
Miodrag Milanovic
ffa8be62bb fix compile (nw) 2016-06-18 16:01:26 +02:00
Miodrag Milanovic
408ce16683 removed simple_list from emumem (nw) 2016-06-18 15:32:15 +02:00
Miodrag Milanovic
ae8f989a8b cleanup (nw) 2016-06-18 15:32:15 +02:00
Miodrag Milanovic
1d0e0ac12a remove all usages of tagmap 2016-06-18 15:32:15 +02:00
Miodrag Milanovic
78c3929217 tagged_list to unordered_map in emumem (nw) 2016-06-18 15:32:15 +02:00
Miodrag Milanovic
fc8e18d893 tagged_list to unordered_map for debugger (nw) 2016-06-18 15:32:15 +02:00
Miodrag Milanovic
d705e4a28d ioport tagged_list to unordered_map (nw) 2016-06-18 15:32:15 +02:00