hap
f8bd4aa26d
small update for wizatron layout
2014-12-09 20:43:23 +01:00
jbu
37195d9a85
Rename led8seg to led8seg{,_gts1} and CTYPE_LED8SEG{,_GTS1} as per hap's request. (nw)
2014-12-09 19:44:01 +01:00
jbu
0399454960
Fix obsolete comments. Make 7seg display smaller (nw)
2014-12-09 18:48:51 +01:00
jbu
f6ec0e0596
Add 4 7seg digits for the outputs 6, 7, 14 and 15. The remaining 22, 23, 30 and 31 are unused (nw)
2014-12-09 18:43:46 +01:00
hap
546354341a
tmc0270 unknown line
2014-12-09 18:18:16 +01:00
jbu
0f3a4dfdc9
There be light on the 8seg display (nw)
2014-12-09 18:13:57 +01:00
etabeta78
e943991c60
(MESS) vsmile.xml: more cart dumps from FatArnold & TeamEurope. nw.
...
(these will be credited together with previous dumps, of course)
2014-12-09 16:49:18 +01:00
jbu
52798efb53
Add 8seg decoding with the modified 7448 (nw)
2014-12-09 16:23:50 +01:00
jbu
5806b90357
Add logging to r10788 and fix timer setup (nw)
2014-12-09 15:47:35 +01:00
mamehaze
067104ef7f
more arcompact (nw)
2014-12-09 14:37:02 +00:00
Curt Coder
96f6629dc5
(MESS) victor9k: Added keyboard PCB layout. (nw)
2014-12-09 15:40:00 +02:00
Robert
3e60e1a606
(MESS) super80 : removed unneeded semicolon (nw)
2014-12-10 00:33:22 +11:00
jbu
c814e1a717
Add CTYPE_LED8SEG to m_maxstate default setup (nw)
2014-12-09 14:31:20 +01:00
jbu
69d348a465
Add clock to MCFG and remove defaulting to firstcpu->clock()
2014-12-09 14:26:50 +01:00
jbu
c54f37e00f
Add missing MCFG_DEVICE_ADD (nw)
2014-12-09 14:24:04 +01:00
Robert
461df167c6
(MESS) excalibur : added keyboard, system is usable. Can save and load cassettes. (nw)
2014-12-10 00:16:41 +11:00
jbu
1eaba9c168
Skeleton Rockwell 10788 chip emulation and use in gts1 - WIP (nw)
2014-12-09 13:06:54 +01:00
mamehaze
afdc0a8e76
new clones
...
V-Smile (France) [segher]
no idea if it's actually region specific or just a different revision
2014-12-09 10:53:46 +00:00
mamehaze
ced3998d61
new clones
...
D-Day (Dooyong) (Korea) [system11]
Yam Yam (Korea) [system11]
2014-12-09 10:44:01 +00:00
mamehaze
1eb4ca1bcc
more arcompact (nw)
2014-12-09 10:06:16 +00:00
Robert
1856485e69
(MESS) excalibur : added video, gets a bootup screen (nw)
2014-12-09 14:21:23 +11:00
hap
cd02eac42e
added tmc0270_cpu_device, preliminary
2014-12-09 03:16:47 +01:00
Robert
d3daab0a21
(MESS) excalibur : added some devices (nw)
2014-12-09 12:56:59 +11:00
mamehaze
46eabad4db
4003b9ba has a jump to the cartridge area (nw)
2014-12-08 23:38:13 +00:00
Robert
95ed28f9b0
(MESS) new skeleton: Excalibur 64 [Robbbert]
...
Thx also to tcdev and ChickenMan
2014-12-09 10:26:15 +11:00
mamehaze
44d6bf5726
improve (nw)
2014-12-08 22:32:54 +00:00
mamehaze
1c1b5e874b
ahh, 'long immediate' register, not offset, that makes a lot more sense (nw)
2014-12-08 22:21:16 +00:00
mamehaze
bde1559da1
(nw)
2014-12-08 22:09:38 +00:00
mamehaze
d1a900f86d
arc (nw)
2014-12-08 21:20:09 +00:00
mamehaze
a50a13b37d
(nw)
2014-12-08 19:37:58 +00:00
mamehaze
0f5338bc85
(nw)
2014-12-08 19:13:32 +00:00
Curt Coder
ec3981aef9
(MESS) victor9k: Implemented character attributes and intensity. (nw)
2014-12-08 20:20:12 +02:00
Curt Coder
c3339567bd
(MESS) victor9k: Patched out floppy SCP self test temporarily, cpm86 boots now but hangs while loading menu. (nw)
2014-12-08 20:06:22 +02:00
mamehaze
4f399fb830
misc ARC dasm (nw)
2014-12-08 18:01:08 +00:00
Curt Coder
d1f488e45f
fdc_pll: Added write_next_bit_prev_cell() that writes a bit at the position the previous bit was read from. This is needed for FDC's that read and write on the same clock cycle, e.g. the Commodore 8050 and Victor 9000. [Curt Coder]
2014-12-08 19:48:11 +02:00
Curt Coder
beb6c17ced
(MESS) victor9k: Floppy WIP. (nw)
2014-12-08 17:12:58 +02:00
Curt Coder
a6c5ffaa87
(MESS) Fixed writing to disk with the Commodore 2040/3040/4040 and 1541/1551/1570/1571 drives. [Curt Coder]
2014-12-08 17:09:07 +02:00
mamehaze
0ed78c2234
new WORKING game
...
Su Ho Seong [system11, David Haywood]
2014-12-08 11:28:45 +00:00
Luca Bruno
799e0c3c27
luaengine: add emu.app_name()/app_version() methods
...
This commit adds two methods to LUA interface, allowing scripts to
programatically retrieve current running application name and version.
The idea is to make scripts aware of changes in the API, by
linking it to current version number. Compatibility helpers can then
be added to LUA scripts to keep working across API changes.
Signed-off-by: Luca Bruno <lucab@debian.org>
2014-12-08 12:05:16 +01:00
Luca Bruno
8a0f5250ac
version: provide a bare version-only constant
...
This commits add a new global constant containing only the version number,
without build date.
This is useful for tools built around MAME, which would use it to track
capability changes for compatibility layers.
Signed-off-by: Luca Bruno <lucab@debian.org>
2014-12-08 12:05:16 +01:00
mahlemiut
91e3597e7d
(MESS) ngen: updated notes, added FDC and a floppy drive
2014-12-08 13:42:09 +13:00
Lord-Nightmare
4323f56268
Merge branch 'master' of https://github.com/mamedev/mame
2014-12-07 17:59:05 -05:00
Lord-Nightmare
e53aaf8d89
MESS: Prose2k WIP (n/w)
2014-12-07 17:57:35 -05:00
Olivier Galibert
19df7acfc6
duhhhhhhhhhhhhhhhhhhhhhh (nw)
2014-12-07 22:35:56 +01:00
Olivier Galibert
19f96fbb50
lindbergh: Fake pit and real pci bridges [O. Galibert]
2014-12-07 22:35:06 +01:00
jbu
68228c5e21
Fix the TM disassembly. Don't set m_I in ROP() and don't set m_I2 in ARG(). (nw)
2014-12-07 21:39:14 +01:00
Zoë Blade
a70535a415
Rename joystick inputs
...
Bring Robotron's joystick naming conventions inline with Smash TV's.
2014-12-07 18:30:15 +00:00
Curt Coder
e2f9eb08bf
(MESS) c8050: Floppy WIP. (nw)
2014-12-07 14:08:22 +02:00
Curt Coder
a9095f0490
(MESS) victor9k: Floppy WIP. (nw)
2014-12-07 13:00:32 +02:00
etabeta78
9428ae0770
(MESS) pc98.xml: added some more disks. nw.
2014-12-07 11:51:09 +01:00