Commit Graph

45048 Commits

Author SHA1 Message Date
Vas Crabb
717e90b357 Restore ability to supply explicit name for bgfx AVI output file, auto causes it to generate ascending snap names 2016-07-07 19:10:17 +10:00
Vas Crabb
b77af4ceb6 Merge pull request #1051 from MASHinfo/patch-7
Fixed coinage in Touchmaster 2000-8000
2016-07-07 16:56:59 +10:00
Vas Crabb
7748ada31a Merge pull request #1054 from ajrhacker/rtc_rising
Correct JRC6355E implementation to agree with NJU6355 datasheet
2016-07-07 16:54:44 +10:00
Vas Crabb
2c3fdc5221 POSIX implementation for valid filename/path character functions 2016-07-07 16:50:39 +10:00
Vas Crabb
630e7a2e98 Merge branch 'file_create_and_format_refactorings' of https://github.com/npwoods/mame 2016-07-07 16:03:39 +10:00
AJR
1940a7be88 Correct JRC6355E implementation to agree with NJU6355 datasheet
RTC writes and reads in feversoc both fully work now.
2016-07-07 02:02:40 -04:00
Robert
30200eec38 Merge pull request #1050 from JoakimLarsson/fccpu30
Fccpu30
2016-07-07 12:47:38 +10:00
Vas Crabb
d68203e283 Merge pull request #1035 from GiuseppeGorgoglione/master
Direct3D HLSL: use aviwrite to record avi movies [GiuseppeGorgoglione]
2016-07-07 12:33:47 +10:00
Vas Crabb
71668b01fd Merge pull request #1052 from system11b/S11mjfixes
More Mahjong dip switch corrections [system11]
2016-07-07 11:31:12 +10:00
system11b
86466317e6 More Mahjong dip switch corrections 2016-07-07 01:00:03 +01:00
MASH
27064140f4 Fixed coinage in Touchmaster 2000-8000
COIN 5+6 are mapped twice in Touchmaster 2000, 3000, 4000, 5000, 7000 and 8000.
You cannot start/coinage since MAME 0.152.
2016-07-06 22:56:38 +01:00
cracyc
33c89ccdfb vt240: WIP (nw) 2016-07-06 16:22:36 -05:00
Lord-Nightmare
b300c33d34 vt100.cpp: Add the older vt102/vt131 romset to the vt131 driver as another bios set [Lord Nightmare, Al Kossow] 2016-07-06 16:55:36 -04:00
Joakim Larsson Edstrom
e7fc2fe0db Splitted out FGA-002 as its own device, Added CPU-33 roms, Added CPU-30 board layout 2016-07-06 20:53:04 +02:00
Joakim Larsson Edstrom
d9b44f4936 Added support for the 16-bit timer and for clock output mode callbacks on RTXC and TRXC pins 2016-07-06 20:50:16 +02:00
Joakim Larsson Edstrom
998c1358b4 Added support for the 24 bit timer 2016-07-06 20:48:33 +02:00
Joakim Larsson Edstrom
1459d8316c New device: FGA-002 Force Gate Array, splitted out from fccpu30 driver, mostly a skeleton but most registers can be written and read back, 8 bit timer is implemented 2016-07-06 20:45:59 +02:00
angelosa
25d5dedb1f Added some unused macro hookups (nw) 2016-07-06 20:17:15 +02:00
Vas Crabb
f1720aaf32 SPARC disassembler: tst, neg and more mov synthetics [Vas Crabb] 2016-07-07 02:07:51 +10:00
AJR
8f649d4a67 Reduce tag lookups (nw) 2016-07-06 10:33:26 -04:00
Robbbert
bb15b6725e SQ80: fixed crash on exit. 2016-07-07 00:19:15 +10:00
Robbbert
ca952b9cd5 FCCPU30: fixed "bad_alloc" crash at start; added missing roms. (nw) 2016-07-06 21:39:36 +10:00
Vas Crabb
0a55a9e85b fix MULScc (nw) 2016-07-06 19:38:17 +10:00
Angelo Salese
b2fdf916af Update notes (nw) 2016-07-06 10:39:32 +02:00
AJR
1ef81939dd Correct British spelling and region width (nw) 2016-07-06 00:40:12 -04:00
AJR
8ff279a19b bbcbc: Input overhaul and machine/software list corrections
- Button mappings completely reworked: grey bidding/suit selection buttons classified as keypad inputs and put in correct order, and other buttons as console-standard Start, Select, Button 1-2
- Inputs now read through PIO instead of RAM addresses, making them less hypersensitive
- Manufacturer/publisher is Unicard, as manuals and system/cartridge labels clearly state
- Added release years for some common cartridges
- (nw) Link bbcbc in its own library rather than the unrelated libacorn ("make clean" strongly recommended)
2016-07-05 22:58:13 -04:00
Nathan Woods
34d537338f Changed osd_is_valid_filepath_char() to block 0x7F and C1 control characters 2016-07-05 22:47:16 -04:00
Nathan Woods
2ea76d70ea Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() functions to check to see if a character is legal, and moved retired is_valid_filename_char() in filecreate.cpp. POSIX versions not implemented yet. 2016-07-05 22:19:49 -04:00
Nathan Woods
4079da505e Changed diimage.cpp to use C++ comments 2016-07-05 21:47:30 -04:00
Vas Crabb
f736c7c6dd explicit <cstdlib> (nw) 2016-07-06 11:45:43 +10:00
Nathan Woods
a620ba26cd Converted properties on image_device_format to return 'const std::string &' instead of 'const char *' 2016-07-05 21:36:04 -04:00
Nathan Woods
3b5d83e48b Created a typedef to define the type for device_image_interface::m_formatlist 2016-07-05 21:17:21 -04:00
Nathan Woods
a95f190523 Changed menu_file_create::m_ok to be a reference instead of a pointer 2016-07-05 21:16:19 -04:00
Vas Crabb
aed7acbe66 Merge pull request #1043 from MooglyGuy/master
Really fix traps in SPARC core
2016-07-06 10:27:49 +10:00
angelosa
6a678b85d9 Documenting what's wrong with Seibu Cup Soccer collision detection (nw) 2016-07-05 23:06:59 +02:00
AJR
09ff284fa2 Hopefully fix imgui compile on FreeBSD and DragonFly (nw) 2016-07-05 16:05:56 -04:00
angelosa
c12afa4937 Fixed Seibu Cup coin slots (nw) 2016-07-05 21:12:19 +02:00
ajrhacker
71053ad9dd feversoc: Hook up EEPROM; remap buttons (#1028)
feversoc.cpp: Hook up EEPROM; remap buttons, hook up lamps and serial RTC [AJR];

rtc4543.cpp: More complete implementation with better logging features. Added JRC6355E variant used by feversoc. [AJR]
2016-07-05 17:52:30 +02:00
therealmogminer@gmail.com
018c2216c0 Turn fcode logging back off 2016-07-05 16:39:22 +02:00
therealmogminer@gmail.com
e448f04a7f Remove some debug printfs 2016-07-05 16:38:21 +02:00
therealmogminer@gmail.com
016a6bd61b Fix taking traps in SPARC core 2016-07-05 16:35:32 +02:00
Vas Crabb
20724e105c Merge pull request #1042 from JoakimLarsson/s4_75_sccbug
Fix for mid tx reset of scc channel
2016-07-05 23:21:05 +10:00
Joakim Larsson Edstrom
a1177eef82 Fix for mid tx reset of scc channel 2016-07-05 15:14:26 +02:00
Vas Crabb
1bd116c5c8 use allocating mode of ::realpath by default (nw) 2016-07-05 22:50:14 +10:00
Vas Crabb
f2320e4bea uismall.bdf: add monotonic Greek (and a couple of archaic Cyrillic characters)
can now run mame -uifont uismall.bdf -language Greek for 15kHz monitor
lowercase gamma and lambda could probably be prettier, but it's definitely all legible
2016-07-05 19:22:00 +10:00
etabeta78
b3adfa8b35 Merge pull request #1029 from rzero9/patch-3
fmtowns_cd.xml: misc additions
2016-07-05 07:24:18 +02:00
Vas Crabb
9af1661a8b Merge pull request #1037 from npwoods/file_create_refactoring
File create refactoring
2016-07-05 13:26:30 +10:00
Nathan Woods
bdf2059bf4 As per Vas Crabb, readding overloads that take a std::string& parameter for the result 2016-07-04 23:22:37 -04:00
Nathan Woods
0d4151e366 Changed a number of file manager related menus to have their outputs be by reference than pointer, and tightened up typecasts in menu_select_rw 2016-07-04 23:13:07 -04:00
arbee
81c3d47a6c sun4 updates:
- Preliminary counter/timer support [R. Belmont]
- Support both 8 and 16 context variants of sun4c arch [R. Belmont]
- Added SPARCStation 1+ ROM [Al Kossow]
2016-07-04 21:18:46 -04:00