Commit Graph

44370 Commits

Author SHA1 Message Date
Robert
6d160ed72d Merge pull request #972 from npwoods/fix_text_layout_actual_width
Fix text layout actual width
2016-06-20 00:16:19 +10:00
MetalliC
423b715023 Lindbergh docs 2016-06-19 17:12:19 +03:00
Nathan Woods
1e99aca3c3 Changing maximum width specified in mame_ui_manager::draw_text_box() to allow for the border 2016-06-19 10:10:00 -04:00
Nathan Woods
bfe2cc4213 Fixed a bug in text layout that could cause text_layout::actual_width() to return something higher than what it really was 2016-06-19 10:10:00 -04:00
Nathan Woods
9c3ec1b19f Using rgb_t::transparent constant 2016-06-19 10:10:00 -04:00
dankan1890
6469da0fcb Fixed menus selection. (nw) 2016-06-19 15:57:55 +02:00
hap
eee90c5cad some companyname corrections 2016-06-19 15:17:20 +02:00
Olivier Galibert
540ea95157 halleyc: Some steps towards a better readability of the video code [O. Galibert] 2016-06-19 14:42:54 +02:00
RobertoFresca
4817d086d6 Flaming 7: Fixed the bipolar PROM load. Also improved both graphics banks colors.
Colors now are close, but still imperfect. [Roberto Fresca]
2016-06-19 09:23:10 -03:00
Robbbert
85f9ca1733 brixian: fixed memory issue. 2016-06-19 20:26:36 +10:00
Robbbert
5496582674 Fix for arcadia. 2016-06-19 18:19:13 +10:00
Miodrag Milanovic
286a7e06b9 m_formatlist is now vector (nw) 2016-06-19 10:10:11 +02:00
Miodrag Milanovic
1071a620f5 simple_list to vector in screen (nw) 2016-06-19 10:10:11 +02:00
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
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