Commit Graph

41592 Commits

Author SHA1 Message Date
Vas Crabb
a880f01b17 Don't need to call FlushFileBuffers (it's equivalent to fsync, not fflush) 2016-03-11 20:56:08 +11:00
hap
75cd8cf155 commented out regression slow error.log on Windows 2016-03-11 10:51:18 +01:00
hap
e27c18a4d4 carjmbre: marked game as working again, still some problems with sprites 2016-03-11 01:51:32 +01:00
Lord-Nightmare
27bf6e5e80 NoteTaker: Attached FDC and floppy drive. [Lord Nightmare] 2016-03-10 18:17:22 -05:00
RobertoFresca
8c6c1a59e5 IGS Super Poker: Decrypted all the US/UA sets. They are still
not working due to hardware differences with the former ones
laying in the driver. I/O are driven through IGS custom IC's
instead of 2x PPI8255 devices. [Roberto Fresca]
2016-03-10 19:03:08 -03:00
Wilbert Pol
debfa72b56 Start translating some things to Dutch (nw) 2016-03-10 22:09:20 +01:00
Dirk Best
991060345d remove leftover logging (nw) 2016-03-10 21:09:33 +01:00
angelosa
9b37b67dd2 toypop_state -> namcos16_state, nw 2016-03-10 21:02:15 +01:00
angelosa
934795a792 Working sound, nw 2016-03-10 21:00:16 +01:00
hap
ec30dbc6c5 Merge pull request #695 from rootfather/update-translation
Update German strings.po
2016-03-10 20:57:45 +01:00
angelosa
c998f7555f Added bitmap, nw 2016-03-10 20:28:59 +01:00
angelosa
0713ab0c67 More work towards getting comms right ... 2016-03-10 20:28:56 +01:00
angelosa
302337a294 Checkpoint, nw 2016-03-10 20:28:54 +01:00
Olivier Galibert
f101218036 floppy: Fix subtle interaction between wd_fdc initial restore and floppy reset [O. Galibert]
esq5505: Don't return rom to the debugger (nw)
esq5505: Invert the deflector dish polarity (nw)
2016-03-10 20:26:36 +01:00
hap
0ddb0f7047 carjmbre: added sprites, preliminary 2016-03-10 18:31:09 +01:00
hap
1c9dd36c32 carjmbre: added bg tilemap, added palette (resnet stuff copied, was written by me in 2011) 2016-03-10 17:12:08 +01:00
Justin Kerk
7346a874a3 Fix Emscripten build when Clang is the default compiler (issue #704) (nw) 2016-03-10 15:35:30 +00:00
hap
c3bad4a577 carjmbre: added sound, added inputs(from online doc, obviously dipswitch info is same as before) 2016-03-10 15:14:48 +01:00
hap
1145ebcea4 carjmbre: basic program-flow 2016-03-10 14:24:49 +01:00
hap
b0cfd601ac novag6502: button mappings were wrong way around 2016-03-10 10:48:54 +01:00
hap
17ed79fbea novag6502: added supercon button labels 2016-03-10 09:39:43 +01:00
Vas Crabb
bb0de79a3a To ArBee with love
Add common debugger commands to global menu bar [Vas Crabb]
Also fix occasional crash in Copy Visible
Note that copy visible, paste, toggle breakpoint, and view options still require you to use context menus in windows
Debug/Run menus only work when a debugger window has focus, so Break is less useful than it could be
Hope this is at least a slight improvement for you, ArBee
2016-03-10 19:16:52 +11:00
Lord-Nightmare
ee695f12a3 NoteTaker: Fix another typo in bios 1.5, no longer runs off into the weeds and actually tries to load from floppy now. Needs FDC hooked up still. [Lord Nightmare] 2016-03-10 02:21:54 -05:00
hap
c44ffeb8fc tagged car jamboree driver to myself, will rewrite it soon 2016-03-10 01:12:46 +01:00
hap
c014845c2e novag6502: added internal layout for supercon 2016-03-10 00:59:16 +01:00
RobertoFresca
bf419d7e9c OCD... (nw) ;) 2016-03-09 19:45:56 -03:00
RobertoFresca
cf70105443 Renamed some roms and fixed a mistake... 2016-03-09 19:22:12 -03:00
RobertoFresca
3b6a8df4d9 Super Poker: Reparent all sets. 2016-03-09 15:36:05 -03:00
RobertoFresca
4863800544 Merge branch 'master' of https://github.com/mamedev/mame 2016-03-09 15:07:29 -03:00
RobertoFresca
017be62bdc New clones marked as NOT_WORKING
--------------------------------
Super Poker (v114IT) [Mirko Buffoni, Roberto Fresca]
Super Poker (v116IT-MX) [MiX, Roberto Fresca]
2016-03-09 15:06:32 -03:00
Vas Crabb
8dad674507 Allow seek to position 0 in a vectorstream with empty storage, always reserve 1k for core_file printf buffer 2016-03-10 04:41:32 +11:00
David Haywood
5fa07c9202 Merge branch 'master' of https://github.com/mamedev/mame 2016-03-09 14:53:34 +00:00
David Haywood
c126878b83 new clones
Last Resort (prototype) [Chris Ransley]
2016-03-09 14:53:24 +00:00
rootfather
db5d4e91d3 Merge master and resolve conflicts 2016-03-09 15:26:39 +01:00
rootfather
eebcf67786 Update German strings.po 2016-03-09 15:19:52 +01:00
Vas Crabb
5aea0893a0 Use type-safe printf for core_file and emu_file, surprisingly few knock-on effects
Properly fix up a couple of places I64FMT was being used, still more to deal with
2016-03-09 23:04:12 +11:00
hap
262fc7035a renamed supercon.cpp to novag6502.cpp 2016-03-09 12:21:05 +01:00
hap
62fb91d39e supercon: WIP, don't mind the mess 2016-03-09 12:02:59 +01:00
Lord-Nightmare
92473ff3c1 remove outdated comment (nw) 2016-03-09 03:27:08 -05:00
Lord-Nightmare
b4bad6cfaa NoteTaker: Hooked up screen framebuffer. Hacked the Odd/Even interrupt so screen drawing happens. [Lord Nightmare] 2016-03-09 03:20:39 -05:00
Dirk Best
91bec063af svi318: initial version of driver rewrite 2016-03-09 05:26:06 +01:00
briantro
fb09bf8cfb model2.cpp: Minor documentation correction - NW
The Sega ID# given for Dynamite Baseball '97 is actually for the original Dynamite Baseball but was on the romboard for DB97 because it was a chipswap upgrade. DB97 has it's own unique Sega ID# but it's currently unknown.
2016-03-08 19:58:30 -06:00
Vas Crabb
ffe28b99ab Merge pull request #702 from Happy-yappH/master
N64:  Non-interlaced field index should be fixed at zero.
2016-03-09 12:57:29 +11:00
Happy
9420cf631a Non-interlaced field index should be fixed at zero. 2016-03-08 17:18:03 -07:00
Ivan Vangelista
ee93853ac6 various atari drivers: soundcpu rom loading cleanups (nw) 2016-03-08 18:57:35 +01:00
Miodrag Milanovic
2d3c0abaef compile fix (nw) 2016-03-08 16:13:07 +01:00
Miodrag Milanovic
de04399afa Fixed osdmini building for android and pnacl (nw) 2016-03-08 15:46:20 +01:00
Miodrag Milanović
e8546abde9 Merge pull request #700 from BraiNKilleRGR/master
Updated/Corrected  Greek Translation [BraiNKilleRGR ]
2016-03-08 14:46:32 +01:00
BraiNKilleRGR
863e61c713 Updated/Corrected Greek Translation 2016-03-08 15:40:08 +02:00
Miodrag Milanovic
2acbaf9daf fix building benchmarks (nw) 2016-03-08 13:09:32 +01:00