Commit Graph

44485 Commits

Author SHA1 Message Date
etabeta78
066e5b770a Merge pull request #973 from rzero9/master
New software list for PC-98x1 CDs
2016-06-19 18:31:55 +02:00
therealmogminer@gmail.com
e91517e11e Merge remote-tracking branch 'mainline/master' 2016-06-19 18:21:06 +02:00
R. Belmont
19d6d9ac02 fix Clang compile (nw) 2016-06-19 11:58:43 -04:00
therealmogminer@gmail.com
ad030cc4f4 Checkpoint 2016-06-19 17:49:28 +02:00
Robbbert
790877f11e poker72: boots up. By adjusting SW1 you can get various test screens and cards. 2016-06-20 01:16:36 +10:00
hap
de8cee11fb improved dlair internal layout (based on external artwork by mrdo&co) 2016-06-19 17:02:11 +02:00
Ted Green
44bcfc478d zeus2: Added SGRAM register detail (nw) 2016-06-19 08:28:18 -06:00
Ted Green
e2bdb5ea34 atlantis: Minor update (nw)
dcs: Fix sound num channel check for denver (nw)
zeus2: Adjust fast fill. Use pointer for accessing device root.  Other stuff. (nw)
midzeus: Use new zeus2 video device for midzeus2 driver.  More clean-up probably needed :( (nw)
2016-06-19 08:28:18 -06:00
Ted Green
2a16de421d atlantis: Added dcs3 fifo reset to address map (nw)
dcs: Added internal ram memory bank for denver ADSP 2181 (nw)
adsp2100: Added callback for dmovlay instruction (nw)
zeus2: Update (nw)
2016-06-19 08:28:18 -06:00
Ted Green
aae1cbb6d3 atlantis: Update address mapping and add zeus2 video device (nw)
dcs: Update 2181 SYSCONTROL bits (nw)
adsp2100: Add more info for invalid register accesses (nw)
zeus2: New video device based on midzeus2 driver (nw)
2016-06-19 08:28:18 -06:00
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
r09
506ff38237 Merge branch 'master' of https://github.com/rzero9/mame 2016-06-19 14:14:42 +02:00
r09
5ee251e57f pc98_cd.xml: added more dumps 2016-06-19 14:13:37 +02: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
r09
b9aad827e7 pc98_cd.xml: some fixes 2016-06-18 21:53:46 +02:00