mooglyguy
bff500d677
-screen.cpp: Added a devcb for easier hooking of the scanline timer. [Ryan Holtz]
...
-zerozone, zexall, zr107, zrt80, zt8802, zwackery, zx: Removed MACHINE_CONFIG_START/_END. [Ryan Holtz]
2018-11-17 22:32:55 +01:00
ajrhacker
e400164aff
Merge pull request #4308 from hp9k/debugger_print_char
...
debugger: add %c to logerror
2018-11-17 15:57:39 -05:00
Sven Schnelle
dce71bdec1
debugger: add %c to logerror
...
This is useful for catching putchar() like functions and printing
the written value to error.log.
On hp9k_3xx, i'm using this with the HP 300 test software, to log
test error messages that get printed on screen to error.log, so i
have the message directly after the debug messages from my driver.
Example:
wpset 0xfffe36be,80,w,1,{ logerror "%c", wpdata; g }
2018-11-17 19:09:39 +01:00
AJR
92c2011514
New machines marked as NOT_WORKING
...
----------------------------------
TS-2624 [Al Kossow]
2018-11-17 09:52:33 -05:00
R. Belmont
754f2578db
Merge pull request #4296 from cam900/i4100
...
imagetek_i4100.cpp : Updates, Minor cleanups, Remove MCFGs
2018-11-17 08:43:50 -05:00
R. Belmont
a21628bcf1
Merge pull request #4305 from cam900/karnov
...
karnov.cpp : Cleanups
2018-11-17 08:43:31 -05:00
ClawGrip
fd54d0e13e
Add notes about the Nintendo VRU (nw) ( #4304 )
...
* Add notes about the Nintendo VRU (nw)
* Small correction (nw)
2018-11-17 08:43:09 -05:00
Robbbert
902047d86b
LB-4 : fixed problem with scrolling; restored status line; default rs232 to keyboard; marked as working.
2018-11-17 20:34:42 +11:00
r09
1dbfe963f6
pc9801_86.cpp: fix PSG regression ( #4306 )
2018-11-17 09:43:53 +01:00
cam900
7b2f0a6166
karnov.cpp : Cleanups
...
Convert background tilemap into generic MAME tilemap system, Cleanup handlers, Reduce unnecessary values, address_space arguments, Duplicates, Region sizes
2018-11-17 16:25:36 +09:00
Dirk Best
21318d7ed2
lb4: Screen raw parameters, fix some dividers
2018-11-17 02:11:03 +01:00
braintro
490cd1e886
namcond1.cpp: Redumped the graphics for Abnormal Check [the Guru]
2018-11-16 17:06:28 -06:00
Dirk Best
d972cdb90e
Fix compile (nw)
2018-11-16 18:45:15 +01:00
AJR
3185a1b279
scn2672: Reduce VRAM addressing (nw)
2018-11-16 11:19:07 -05:00
R. Belmont
414846bf51
Merge pull request #4301 from cam900/dec0_bufsprite
...
dec0.cpp : buffered_spriteram16_device for sprite RAM
2018-11-16 10:44:23 -05:00
David Haywood
0c74c62a5e
Xavix - CPU flag fixes (improves ttv_mx road) ( #4303 )
...
* Xavix - CPU flag fixes (improves ttv_mx road)
* fix road properly (nw)
2018-11-16 10:44:04 -05:00
Robbbert
74859c84e1
(nw) lb4: cursor needs to move while we type
2018-11-17 00:57:42 +11:00
Robbbert
7c1de9f9c4
(nw) lb4: removed unneeded comment
2018-11-17 00:42:17 +11:00
Robbbert
e78dcd711f
Merge branch 'master' of https://github.com/mamedev/mame
2018-11-17 00:40:18 +11:00
Robbbert
02cc510fc4
(nw) LB-4: can type to the screen if keyboard chosen
2018-11-17 00:39:56 +11:00
Dirk Best
082c67858a
lb4: Fix error when connecting the builtin terminal
2018-11-16 14:01:58 +01:00
Ryan Holtz
5b267aa254
lb4.cpp: Got rid of MACHINE_CONFIG_START/END, nw
2018-11-16 13:28:41 +01:00
Robbbert
b7219e3db5
LB-4 : hooked up some devices and the video.
2018-11-16 22:49:10 +11:00
Ryan Holtz
20f4ace3b3
lb4.cpp: Hook up some stuff, nw
2018-11-16 07:51:04 +01:00
Ryan Holtz
77c4b7a551
New machines marked as NOT_WORKING
...
----------------------------------
Liberty Bell LB-4 [Al Kossow]
2018-11-16 07:03:15 +01:00
AJR
bdd62c0755
cit220p: Slightly better line drawing characters (nw)
2018-11-15 22:49:58 -05:00
AJR
53a69be56f
cit220p, vp122: Put some dots on the screen; add 80-/132-column switch (nw)
2018-11-15 22:03:53 -05:00
David Haywood
1777d0cbb1
XaviX: fixes to allow ttv_sw to show graphics, and ttv_lotr to play music on title ( #4302 )
...
* xavix fixes (nw)
* fix2 (nw)
* more (nw)
* more fixes (nw)
2018-11-15 18:48:13 -05:00
Angelo Salese
e7f93e5af7
Note (nw)
2018-11-15 22:45:47 +01:00
Ivan Vangelista
d14efd5e72
gayle: removed MCFG macros (nw)
2018-11-15 20:22:45 +01:00
Ivan Vangelista
00391d6124
pc_fdc: removed MCFG macros (nw)
2018-11-15 19:28:36 +01:00
Ivan Vangelista
9b35e2a294
new working clone
...
---------------------------------
Battle Mania Daiginjou (Jpn, Prototype, 19910528) [ArcadeShadow]
2018-11-15 18:51:48 +01:00
Ivan Vangelista
8f0b24640b
gen_latch: removed MCFG macros (nw)
2018-11-15 18:47:07 +01:00
AJR
fead82756e
cit220.cpp: Forgot to delete this (nw)
2018-11-15 11:53:27 -05:00
AJR
8b72488a86
vp122: Merge driver with cit220.cpp (nw)
2018-11-15 11:50:36 -05:00
Robbbert
dffc716c70
(nw) need this too
2018-11-15 22:26:43 +11:00
cam900
710d5e6f16
dec0.cpp : buffered_spriteram16_device for sprite RAM
...
Minor spacing fixes, Cleanup some naming
2018-11-15 20:26:10 +09:00
Robbbert
e4c33b8d66
(nw) gamecom : fixed video read another way
2018-11-15 22:15:07 +11:00
Ryan Holtz
b35fbf98dd
octane: Fixed ROM length, nw
2018-11-15 08:52:12 +01:00
cam900
c477e4fcd1
bmcpokr.cpp : Cleanups ( #4034 )
...
* bmcpokr.cpp : Cleanups
Cleanup duplicates, Redundants, ACCESSING_BITs, Use private:, Remove MCFGs, register_postload, Correct value types, Correct sound output channel
* bmcpoker.cpp: Fix regression
2018-11-15 07:20:16 +01:00
braintro
dc3e21fecc
Minor documentation updates (nw)
2018-11-14 21:09:23 -06:00
cracyc
cca07c7f44
hiscore.dat: Updates [Leezer]
2018-11-14 20:35:28 -06:00
Ted Green
bca9af1796
voodoo: Mark frame buffer as changed after direct lfb write. Fixes missing text during nbagold power on tests. (nw)
2018-11-14 18:03:22 -07:00
Ted Green
9fdde747fa
timekpr: Fix watchdog delay setting (nw)
2018-11-14 18:03:22 -07:00
David Haywood
4af89199f5
XaviX - looking at more timers (nw) ( #4299 )
...
* XaviX - looking at more timers (nw)
* fix crash with ekara -cart1 ec0015 song 1, confirms other indirect opcodes must bypass lowbus
* (nw)
* and this hack can go away now (nw)
2018-11-14 19:34:39 -05:00
Robbbert
85e9231192
(nw) fixed the build
2018-11-15 09:55:47 +11:00
cam900
8475ff0099
lordgun.cpp : Cleanup duplicates, Naming, Unnecessary handlers ( #3978 )
...
Fix aliencha YMF278B clock ( reference: https://www.youtube.com/watch?v=_RaCpHwyS78 )
2018-11-14 23:02:00 +01:00
cam900
4a0813afa5
blmbycar.cpp : Cleanups/Updates ( #3977 )
...
Cleanup duplicates, ACCESSING_BITS, runtime tag lookups
Fix memory map, Sound output(Both chip and PCB can't support stereo output)
blmbycar.h : Use private:
2018-11-14 22:39:41 +01:00
mooglyguy
d987469554
New machines marked as NOT_WORKING
...
----------------------------------
SGI 4D/20 (Version 4.0 Fri Apr 26 17:12:22 PDT 1991)
SGI O2 (version 4.18)
SGI Octane (Version 6.5 Rev 4.9 05/22/03)
2018-11-14 22:12:41 +01:00
R. Belmont
7513f0789c
Merge pull request #4294 from clawgrip/patch-2
...
nes_vt.cpp: Update notes and add MACHINE_IMPERFECT_SOUND for ddrdismx (nt)
2018-11-14 15:22:24 -05:00