David Haywood
465985175c
fix gfxdecodes for sprites (nw)
2016-03-12 16:32:44 +00:00
David Haywood
79ee578ad6
new NOT WORKING
...
Android (early build?) [Ryan Holtz]
note this is NOT the same build of the game that Chris Hardy has, his looks more polished / finished, so this seems to be an earlier build / prototype. I don't know if the hardware is the same or not.
Still working on this.
2016-03-12 16:01:21 +00:00
motoschifo
38953a06fa
Update luaengine.h
2016-03-12 14:53:06 +01:00
motoschifo
a7ac9e12a0
Update luaengine.cpp
2016-03-12 14:52:37 +01:00
Miodrag Milanovic
be2e9a9398
fix gcc 6.0 build (nw)
2016-03-12 13:05:54 +01:00
Miodrag Milanovic
dcab55bf53
fix for VS builds by Vas (nw)
2016-03-12 10:49:20 +01:00
Scott Stone
de94132b26
Change default value of autoboot_delay to 0. The LUA scripts themselves can use wait() to delay. (nw)
2016-03-12 04:18:02 -05:00
Dirk Best
75e5db381b
Add support to adjust the screen color
...
This is now used for monochrome screens instead of creating custom
palettes.
2016-03-12 02:36:28 +01:00
hap
30b4c5e4c0
hh_tms1k: cnfball and fxmcr165 WIP
2016-03-12 01:39:43 +01:00
Ville Linde
a521d9a3cf
ppcdrc: handle divide by zero (nw)
2016-03-12 02:07:00 +02:00
Miodrag Milanovic
d213ae836e
if (this) leftover, need to check if this causes some issue (nw)
2016-03-11 20:23:50 +01:00
Miodrag Milanovic
a46635346d
this is always true now so no reason to check (nw)
2016-03-11 20:23:18 +01:00
Ivan Vangelista
b4e07b56f7
Revert "armedf.cpp: fixed missing ship icon in terrafb and terrafjb and fixed the ladder appearing on the high score table in cclimbr2. This explains also why those worked correctly after saving and reloading state (nw)"
...
This reverts commit aadae5fd0b
.
2016-03-11 18:39:23 +01:00
Ivan Vangelista
cf2fcab813
audio/taito_en.cpp: use device_mconfig_additions() (nw)
2016-03-11 18:24:57 +01:00
R. Belmont
82b8d581f1
Merge pull request #703 from ajrhacker/subcmd
...
Let slot_default in softlists override INIs (but not the command line)
2016-03-11 12:13:44 -05:00
Miodrag Milanovic
560e350e22
Fix that makes non-Unicode build to work (nw)
2016-03-11 18:12:42 +01:00
Ivan Vangelista
aadae5fd0b
armedf.cpp: fixed missing ship icon in terrafb and terrafjb and fixed the ladder appearing on the high score table in cclimbr2. This explains also why those worked correctly after saving and reloading state (nw)
2016-03-11 18:10:42 +01:00
Miodrag Milanovic
679574e965
With latest package from MSYS of clang 3.8.0 build at least compile fine on windows (nw)
...
Strange crashing while executing
2016-03-11 15:00:29 +01:00
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
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
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
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
AJR
2acc33d8a7
Let slot_default in softlists override INIs (but not the command line)
2016-03-09 19:59:25 -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
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 Milanovic
858c1002d1
compile with latest bgfx,bx (nw)
2016-03-08 12:58:10 +01:00
hap
facd2b7dda
fidel*: changed COMP to CONS
2016-03-08 12:55:49 +01:00
hap
efb7a27b18
supercon: start driver rewrite
2016-03-08 12:51:54 +01:00
Vas Crabb
46bb97d9b4
Wrap up INP header I/O
2016-03-08 22:42:24 +11:00
Scott Stone
962125c249
Fix for ioport exception for berlinp, bpl32, milano in mmodular.cpp (nw)
2016-03-08 04:53:12 -05:00
Miodrag Milanovic
0490d5c5b7
make it same as before (nw)
2016-03-08 10:48:04 +01:00
Miodrag Milanovic
2d805167c7
use lambdas instead of wrappers (nw)
2016-03-08 10:42:44 +01:00
Scott Stone
7aa780177a
Fixed required object fatalerror for all sets in svi318.cpp (nw)
2016-03-08 04:25:44 -05:00
Vas Crabb
a5072bfd81
Fix complete failure to read zlib compressed data, handle EOF better in compressed files (nw)
...
Fix bug causing crash in pathological case of zero-frame INP file [Vas Crabb]
2016-03-08 20:17:43 +11:00
James Wallace
b3c19818cf
Merge pull request #696 from johnparker007/frankie_d_dark_layout
...
Update Frankie Dettori layout to MAME 'dark' style [John Parker]
2016-03-08 08:29:07 +00:00
Lord-Nightmare
69eebc199e
forgot to hit save, just comment changes (nw)
2016-03-08 03:20:39 -05:00
Lord-Nightmare
5890f1ef7d
NoteTaker: Implement the DAC, DAC Timer, and DAC FIFO, the BIOS now beeps on boot. Fixed several wrong polarity status bits. Documented where the framebuffer lives. Better documented the boot process. Hooked up the VSync Interrupt. [Lord Nightmare]
2016-03-08 03:17:20 -05:00
dankan1890
d69da8fef9
Removed localized error log. (nw)
2016-03-08 01:19:26 +01:00
johnparker007
65495eea98
Update Frankie Detorri layout to dark style
2016-03-07 23:18:49 +00:00
cracyc
e9a233d02e
8042kbdc: safer (nw)
2016-03-07 16:51:57 -06:00
Scott Stone
836cb5e295
Merge branch 'master' of https://github.com/mamedev/mame
2016-03-07 16:52:44 -05:00
Scott Stone
c84be35802
Uppercase hash fixes (nw)
2016-03-07 16:52:19 -05:00
yz70s
d9a00119f4
xbox.cpp: more usb (nw)
2016-03-07 22:17:58 +01:00
yz70s
b61b025eab
chihiro.cpp: add region "mediaboard" and put media board rom in it (nw)
...
also a few litte changes
2016-03-07 22:17:57 +01:00
angelosa
590b0615ea
Fixed fg mapper layout, nw
2016-03-07 21:49:17 +01:00
angelosa
3b9bf1d98d
Base work, nw
2016-03-07 21:49:14 +01:00
Miodrag Milanovic
d66e0c138a
Merge branch 'master' of https://github.com/mamedev/mame
2016-03-07 19:35:02 +01:00
Miodrag Milanovic
e76d30243e
Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw)
2016-03-07 19:34:44 +01:00
angelosa
113563182c
Added screen enable bit, nw
2016-03-07 19:27:16 +01:00
MetalliC
63b07040e5
notes about Atomiswave AW-NET cartridges
2016-03-07 20:16:51 +02:00
angelosa
39b00d4993
Rewritten Super Cross II driver due of relicensing [Angelo Salese]
2016-03-07 19:11:53 +01:00
angelosa
4bdfc10c50
Fixed opaque tiles for foreground. Game can be marked working again, next is log, nw
2016-03-07 18:58:23 +01:00
Miodrag Milanovic
a0aafea67f
removed not used declarations (nw)
2016-03-07 16:14:51 +01:00
hap
18362c87ed
Machine promoted to WORKING
...
-------------
Coleco Head to Head Basketball/Hockey/Soccer [hap, Sean Riddle]
2016-03-07 15:35:37 +01:00
Miodrag Milanovic
8ea9ff6a7a
TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw)
2016-03-07 14:45:58 +01:00
Lord-Nightmare
fea09343fb
nuke some tag lookups in prose2k (nw)
2016-03-07 04:54:45 -05:00
Vas Crabb
4e3ca74170
Fix loading zipped image
2016-03-07 20:32:10 +11:00
mahlemiut
efc37ee297
Linux compile fix.
2016-03-07 21:29:54 +13:00
Lord-Nightmare
2161dd1554
Notetaker: further documentation updates. Added commented out i/o map for the EmulatorCPU [Lord Nightmare]
2016-03-07 03:23:08 -05:00
Lord-Nightmare
228c6c85d3
whitespace fix (nw)
2016-03-07 00:19:53 -05:00
Lord-Nightmare
65b93c95c1
Notetaker: hooked up more of the IOCPU I/O registers. Separated reset functions for IOCPU and EmulatorCPU. [Lord Nightmare]
2016-03-07 00:19:15 -05:00
RobertoFresca
58fdfe0fcc
Merge branch 'master' of https://github.com/mamedev/mame
2016-03-07 00:31:01 -03:00
RobertoFresca
9250844213
Goldstar driver: Some technical notes and minor cleanup.
2016-03-07 00:30:10 -03:00
johnparker007
f0ca76cdf1
Added layout for Frankie Dettori's 7th Heaven [John Parker]
...
Added layout for Frankie Dettori's 7th Heaven [John Parker]
2016-03-06 20:51:49 +00:00