Commit Graph

44657 Commits

Author SHA1 Message Date
Vas Crabb
d3b553728d Add support for showing will branch/will fall through comment on SPARC branches under the cursor
Disabled until we can get a hook to refress the instructions under PC when stepping
2016-06-27 16:59:42 +10:00
etabeta78
5aa83a011d Merge pull request #1001 from rzero9/patch-1
pc98_cd.xml: more additions & misc fixes
2016-06-27 05:31:44 +02:00
angelosa
6a7998f1b0 Fix region endian too, nw 2016-06-27 02:37:26 +02:00
cracyc
ea0e8c60ba vt240: keyboard_error-- (nw) 2016-06-26 17:06:47 -05:00
MetalliC
9f112354df Merge pull request #1003 from system11b/S11battlera
mono pcb
2016-06-26 22:25:26 +03:00
system11b
13baef820a mono pcb 2016-06-26 18:45:25 +01:00
briantro
145c187acf 1943.cpp: Fixes - NW
Correct PCB locations for 1943mii
Corrects long standing mislabeling of roms 04 & 05 of all sets
Minor doc / notes rewording
2016-06-26 12:06:20 -05:00
Vas Crabb
d4844a7e9e Merge pull request #1002 from MooglyGuy/master
Fix SPARC debugger validation due to surprising formatter behavior
2016-06-27 00:48:01 +10:00
therealmogminer@gmail.com
488bb6cf5c Merge remote-tracking branch 'mainline/master' 2016-06-26 16:44:55 +02:00
therealmogminer@gmail.com
6b3386f3a8 Fix validation error in debugger 2016-06-26 16:37:56 +02:00
Robbbert
9e261a0ca8 UI:fixed a problem with game list when using MS Sans Serif font. 2016-06-26 23:59:43 +10:00
r09
95e0ce4394 pc98_cd.xml: more additions & misc fixes
- Added some more game disks
- Fixed win2kpc and winnt40 images (thanks to Yoshizuki)
- Misc title / publisher fixes
2016-06-26 15:53:36 +02:00
Vas Crabb
a467a8c057 Merge pull request #1000 from MooglyGuy/master
Fix LDUH, LDSH, LDUHA, and LDSHA opcodes in the SPARC core [Ryan Holtz]
2016-06-26 23:51:31 +10:00
Vas Crabb
847ecb65a6 damn circular deps (nw) 2016-06-26 23:48:27 +10:00
therealmogminer@gmail.com
db2e134994 Fix LDUH, LDSH, LDUHA, and LDSHA opcodes in the SPARC core 2016-06-26 15:37:01 +02:00
Vas Crabb
923151d00b Fixed incorrect implementation of win_time_point_from_filetime() 2016-06-26 22:44:21 +10:00
Nathan Woods
5009b55430 Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and implemented win_time_point_from_filetime() in terms of it 2016-06-26 08:12:07 -04:00
angelosa
78df22b106 VBL opcode is pretty annoying to log, since it fills for obvious reasons.
You could use wpiset 0,1,r anyway, so disabled (nw)
2016-06-26 13:19:28 +02:00
angelosa
87ade3319b Moved zsorting to DMA file, improved notes (nw) 2016-06-26 13:17:51 +02:00
angelosa
473386bfb6 Fixed wrong Upright / Cocktail assignment for Pro Sport (nw) 2016-06-26 13:17:49 +02:00
Olivier Galibert
a028a5d854 Merge pull request #998 from SailorSat/master
cleaned up some sega comm related stuff
2016-06-26 11:33:23 +02:00
briantro
622c739431 1943.cpp: Fix cut-n-paste error... eyes must be going bad.... NW 2016-06-25 23:45:50 -05:00
briantro
57921c2edf 1943.cpp: Correct a couple roms as per pictures of the actual PCB - NW 2016-06-25 23:32:27 -05:00
briantro
fcb202bfde New - 1943: Battle for Midway Mark II
New Game Added
---------------------------------------------
1943: Battle for Midway Mark II (US) [Gracious Anonymous Donor, The Dumping Union]
2016-06-25 23:22:58 -05:00
Vas Crabb
bbdda229ab Merge pull request #999 from bradhugh/osx_chrono_fix
Fix Clang compile on OSX
2016-06-26 12:00:29 +10:00
Vas Crabb
01f5ef7bc2 Merge pull request #997 from system11b/S11mjjoship_fix
S11mjjoship fix
2016-06-26 11:58:40 +10:00
cracyc
e2a9d23ae7 vt240: WIP (nw) 2016-06-25 20:59:05 -05:00
Brad Hughes
fb54827cb4 Fix Clang compile on OSX 2016-06-25 20:47:02 -04:00
Brad Hughes
eb97703a4c Fix mouse behavior on OSX 2016-06-25 20:36:54 -04:00
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
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