system11b
7b3096680d
Removed imperfect graphics flag
2016-06-25 22:03:52 +01:00
system11b
f5c01d3014
Added kludges for mjjoship display areas - now pixel correct vs PCB
2016-06-25 22:02:28 +01:00
Nathan Woods
3232bfad89
Fixed incorrect implementation of win_time_point_from_filetime()
2016-06-25 16:08:26 -04:00
Ariane Fugmann
165086fe18
cleaned up some sega comm related stuff
...
replaces printf with osd_printf_verbose in a number of places.
removed no longer needed code from model2
2016-06-25 20:26:52 +02:00
Miodrag Milanovic
f75a33f7d1
clang on windows fixes (nw)
2016-06-25 20:06:02 +02:00
Miodrag Milanovic
57e475ada0
Fixes to send upstream (nw)
2016-06-25 20:03:04 +02:00
Miodrag Milanovic
8042037fd9
Added PugiXML and used it for hashfile (nw)
2016-06-25 19:54:44 +02:00
Scott Stone
3739530a86
Fixed "Missing some required objects" errors for omv1000, omv2000 (nw)
2016-06-25 13:48:55 -04:00
Brad Hughes
def1777e74
A few minor input fixes and cleanups
...
- input modules exit() is called twice. Remove the unnecessary input_exit() method
- removed unnecessary pointer init in handle_input_event and should_hide_mouse
- When registering event callbacks in SDL, don't assume the SDL enum values are int-sized
2016-06-25 11:43:15 -04:00
etabeta78
0f3ac71cc4
Merge pull request #995 from rzero9/patch-1
...
pc98_cd.xml: added more game & OS disks
2016-06-25 17:40:28 +02:00
r09
0e88aec72f
pc98_cd.xml: added more game & OS disks
...
- Added several game disks (no credits as they all come from Japanese anonymous P2P), more to come
- Added some more Windows 2000 variants
2016-06-25 14:38:58 +02:00
Vas Crabb
7f22918675
Supply modified time for files in archives [Vas Crabb]
2016-06-25 20:56:59 +10:00
arbee
0b37361fdf
sun4: checkpoint (nw)
2016-06-24 23:30:17 -04:00
cracyc
7f18bffb10
vt240: WIP (nw)
2016-06-24 21:55:04 -05:00
AJR
38c4b762f0
Move disasm overrides into interface, reducing driver-debugger dependencies (nw)
2016-06-24 22:34:13 -04:00
mahlemiut
443938c991
debugimgui: allow debugger console and log window scrollbars to stay at their maximum value if already there
2016-06-25 13:41:45 +12:00
arbee
7ff2301047
fix Clang build. it still fails b/c of the file and directory stuff. (nw)
2016-06-24 21:13:46 -04:00
Vas Crabb
f92f3e22f8
Init (nw)
2016-06-25 11:04:14 +10:00
Vas Crabb
9fccecfcf3
Fine, be that way GCC (nw)
2016-06-25 10:46:55 +10:00
Vas Crabb
52e65cb567
Better fix (nw)
2016-06-25 10:33:59 +10:00
Vas Crabb
c33946ba0b
Fix path with missing return, hopefully fix OSX build (nw)
2016-06-25 10:05:59 +10:00
Vas Crabb
e363c5e154
Revert "This worked by pure luck (nw)"
...
This reverts commit b3491464e4
.
2016-06-25 09:56:05 +10:00
couriersud
ca4485d760
Merge remote-tracking branch 'origin/netlist_dev'
2016-06-25 00:57:02 +02:00
couriersud
9027566956
Fix clang compile. (nw)
2016-06-25 00:27:43 +02:00
couriersud
af750f143c
Srcclean on netlist files. Avoid the merge massacre. (nw)
2016-06-25 00:20:17 +02:00
couriersud
798bb79567
Merge remote-tracking branch 'origin/master' into netlist_dev
2016-06-24 23:28:42 +02:00
couriersud
bc37304ef9
Add explicit to constructors to avoid bad surprises later. (nw)
2016-06-24 23:25:46 +02:00
Miodrag Milanovic
b3491464e4
This worked by pure luck (nw)
2016-06-24 21:25:02 +02:00
Angelo Salese
c3d4433f39
usagiym / suchie3 works otherwise proven, nw
2016-06-24 21:18:54 +02:00
Olivier Galibert
45a94fb1f7
cop: nicer sorting routine [O. Galibert]
2016-06-24 19:32:31 +02:00
Vas Crabb
770e27d5bc
Merge branch 'load_save_state_preparations'
2016-06-25 03:38:23 +10:00
Vas Crabb
5cee9e9bc4
POSIX implementation for new directory read features, cleanup of Windows implementation, return directory handle as smart pointer, fix full build [Vas Crabb]
2016-06-25 03:35:23 +10:00
angelosa
dd5782ee92
Fantasy (World) is actually Germany version (and likely bootleg too) ... (nw)
2016-06-24 18:31:44 +02:00
Ivan Vangelista
99567c5c89
harddriv.cpp: nop out a memory range, makes log a bit more sane. A 2 second log used to weigh about 700 MB. (nw)
2016-06-24 18:30:24 +02:00
Ivan Vangelista
3d8cb0e81c
bfcobra.cpp: use ramdac_device instead of custom implementation. The driver also has a custom fdc implementation, which I failed to update to the device one. (nw)
2016-06-24 18:28:21 +02:00
couriersud
634473c1ff
Merge remote-tracking branch 'origin/master' into netlist_dev
2016-06-24 17:45:46 +02:00
couriersud
d1cd307f83
Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool
...
a bit. (nw)
2016-06-24 17:45:17 +02:00
Vas Crabb
20a95045e1
Load save state preparations [Nathan Woods]
...
* A number of changes and refactorings in preparation for a new load/save state menu. Most notably, I am C++-ifying osd_directory (now osd::directory) and changing osd_stat() to return std::unique_ptrosd::directory::entry
* Take note that this change completely omits POSIX support, simply because I lack a development environment to support it. This will have to be done by someone else.
2016-06-24 23:53:38 +10:00
R. Belmont
83a9cf4205
Merge pull request #978 from Shideravan/patch-17
...
Naming KI1 & KI2 Input buttons the same way it's displayed in original Arcade Control
2016-06-24 08:12:55 -04:00
R. Belmont
450075165c
Merge pull request #988 from SailorSat/master
...
Hooked up M2COMM simulation
2016-06-24 08:11:57 -04:00
Nathan Woods
7509a56dc0
Incorporated cleanups requested by Vas Crabb
2016-06-24 07:55:10 -04:00
Nathan Woods
4ddfc6a6e4
Changed osd_stat() to return std::unique_ptr<osd::directory::entry>
2016-06-24 07:39:37 -04:00
Nathan Woods
cd8b414e6b
C++-ified osd_directory (now osd::directory), and added last_modified to osd::directory::entry
2016-06-24 07:13:18 -04:00
etabeta78
6e2a68574f
pc98_cd.xml: added some more disks, mostly coming from
...
Software Lonely Terminal. [Fabio Priuli]
2016-06-24 12:08:48 +02:00
etabeta78
3177a9c3ed
sg1000.cpp: many improvements [Enik Land]
...
- Create a SG-1000 expansion slot.
- Hook up the SG-1000 expansion slot to sg1000.cpp and sms.cpp (sg1000m3).
- Split the sk1100 code from sg1000.cpp and attach it to the new expansion slot.
- Create a new FM Sound Unit device and attach it to the new expansion slot.
- For the sc3000 driver, re-add sk1100 as a fixed SG-1000 expansion device.
- Add sg1000 software list to sg1000m3 and Japanese/Korean SMS drivers.
sms.cpp: implemented some new findings [Enik Land]
- Remove some mirrors for ports $DC/$DD on SMSJ based on Charles' hw tests.
- Add basic C-Sync callback to 315_5124.cpp, based on Charles' hw tests.
- Add built-in Rapid Fire (uses C-Sync) for SMSJ and Korean SMS1 drivers.
- Add new SMS drivers due to XTAL differences:
sms1br - Tec Toy Master System I (Brazil)
sms2br - Tec Toy Master System II (Brazil)
smsbr - Tec Toy Master System III Compact (Brazil)
sms1paln - Tec Toy Master System I (PAL-N)
sms2paln - Tec Toy Master System II (PAL-N)
smspaln - Tec Toy Master System III Compact (PAL-N)
Brazil is PAL-M TV system, but I decided to call it by the
country name, seems to be better recognizable and for
emulation looks more like a NTSC system. PAL-N is used
in Argentina, Paraguay and Uruguay and looks closer to
the European PAL system when compared to PAL-M.
2016-06-24 12:07:45 +02:00
Vas Crabb
15f02da7bd
Improved workaround for missing cbegin/cend in glibstdc++ [Alex Miller]
2016-06-24 19:56:50 +10:00
angelosa
5ece80fe5d
Added "return to origin point (0,0)" feature to Tilemap Viewer (tied with HOME key) [Angelo Salese]
2016-06-24 00:12:02 +02:00
MetalliC
7a6d73d548
Merge pull request #991 from system11b/S11mjjoship
...
S11mjjoship - Mahjong Joshi Pro-wres -Give up 5 byou mae-
2016-06-23 22:16:41 +03:00
cracyc
74efa92cda
dec_lk201: keyclick [Bavarese]
...
tll: all irqs (nw)
2016-06-23 14:16:47 -05:00
system11b
1af8523d14
imperfect graphics flagged
2016-06-23 20:03:42 +01:00