Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r19670 Tuesday 18th December, 2012 at 16:58:59 UTC by hap
(note to self)
[src/mame/drivers]sshot.c

r19669 Tuesday 18th December, 2012 at 16:26:08 UTC by David Haywood
more notes (nw)
[src/mame/drivers]ecoinf3.c

r19668 Tuesday 18th December, 2012 at 16:09:13 UTC by Jonathan Gevaryahu
(MESS) vt102/vt131: redumped 23-226e4 rom verified as good [pjustice]
The driver still needs some i/o & maybe interrupt work before it will run.
[src/mess/drivers]vt100.c

r19667 Tuesday 18th December, 2012 at 16:03:57 UTC by Oliver Stöneberg
enabled multi-threading by default on Windows
[src/osd/windows]winmain.c

r19666 Tuesday 18th December, 2012 at 15:48:57 UTC by David Haywood
move work on ec_sphin (nw)
[src/mame/drivers]ecoinf3.c

r19665 Tuesday 18th December, 2012 at 15:37:46 UTC by Curt Coder
(MESS) c1571: Some 1571CR and Mini Chief WIP. (nw)
[src/emu/machine]mos6526.c mos6526.h
[src/mess/drivers]c128.c
[src/mess/machine]c1571.c c1571.h

r19664 Tuesday 18th December, 2012 at 15:36:41 UTC by Curt Coder
(MESS) tdv2324: Floppy modernization. (nw)
[src/mess/drivers]tdv2324.c
[src/mess/includes]tdv2324.h

r19663 Tuesday 18th December, 2012 at 15:36:17 UTC by Curt Coder
(MESS) fp: Floppy modernization. (nw)
[src/mess/drivers]apricotp.c
[src/mess/includes]apricotp.h

r19662 Tuesday 18th December, 2012 at 15:03:37 UTC by David Haywood
misc FM bits (nw)
[src/mame]mame.lst
[src/mame/drivers]ecoinf3.c ecoinfr.c

r19661 Tuesday 18th December, 2012 at 15:02:02 UTC by smf
fix for msvc (nw)
[src/emu/cpu/mcs96]i8x9x.c

r19660 Tuesday 18th December, 2012 at 14:35:09 UTC by R. Belmont
Added Guru redumps to Armadillo Racing, game runs now (nw)
[src/mame/drivers]namcos22.c

r19659 Tuesday 18th December, 2012 at 14:08:26 UTC by David Haywood
swizzle 7-seg data so it's readable (nw)
[src/mame/drivers]ecoinfr.c

r19658 Tuesday 18th December, 2012 at 12:38:40 UTC by David Haywood
some fruit machine notes (nw)
[src/mame]mame.mak
[src/mame/drivers]ecoinfr.c
[src/mame/layout]ecoinfr.lay*

r19657 Tuesday 18th December, 2012 at 12:30:28 UTC by Robbbert
fixed tiny typo
[src/mame/drivers]8080bw.c

r19656 Tuesday 18th December, 2012 at 12:05:43 UTC by Robbbert
Darthvdr : fixed player2 controls in upright cab
[src/mame/drivers]8080bw.c
[src/mame/includes]8080bw.h

r19655 Tuesday 18th December, 2012 at 11:47:35 UTC by Tafoid
typo (nw)
[/build/whatsnew]whatsnew_0147u4.txt

r19654 Tuesday 18th December, 2012 at 11:42:19 UTC by Robbbert
spacmiss, galactic : Fixed cocktail mode
[src/mame/drivers]8080bw.c

r19653 Tuesday 18th December, 2012 at 11:38:21 UTC by Tafoid
whatsnew fixes (nw)
[/build/whatsnew]whatsnew_0147u4.txt

r19652 Tuesday 18th December, 2012 at 10:58:18 UTC by Robbbert
Steelwkr : fixed player2 controls in upright cab
[src/mame/drivers]8080bw.c

r19651 Tuesday 18th December, 2012 at 10:42:31 UTC by O. Galibert
mt32: Add the sample clock, now it's waiting for an irq from the la32 [O. Galibert]
[src/mess/drivers]rmt32.c

r19650 Tuesday 18th December, 2012 at 10:42:24 UTC by O. Galibert
mcs96: Add norml and the missing div variants [O. Galibert]
[src/emu/cpu/mcs96]i8x9x.c i8x9x.h mcs96ops.lst

r19649 Tuesday 18th December, 2012 at 10:29:25 UTC by Robbbert
Indianbt : fixed cocktail mode
[src/mame/audio]8080bw.c
[src/mame/drivers]8080bw.c

r19648 Tuesday 18th December, 2012 at 10:24:36 UTC by David Haywood
new NOT WORKING
Photo Y2K 2 (3-in-1) [Tjeerd Carter, Smitdogg, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]pgm.c

r19647 Tuesday 18th December, 2012 at 10:03:05 UTC by Robbbert
Polaris : cleaned up cocktail switch
[src/mame/audio]8080bw.c
[src/mame/drivers]8080bw.c

r19646 Tuesday 18th December, 2012 at 09:39:40 UTC by Robbbert
Lupin3 : removed unused extra cocktail switch
[src/mame/drivers]8080bw.c

r19645 Tuesday 18th December, 2012 at 09:36:12 UTC by O. Galibert
mcs96: Fix V setting on divb [O. Galibert]
[src/emu/cpu/mcs96]mcs96ops.lst

r19644 Tuesday 18th December, 2012 at 08:00:45 UTC by Jonathan Gevaryahu
LK201 MCU label had a minor typo, now properly follows the DEC "23-###L#" naming scheme. (No whatsnew)
[src/mess/machine]dec_lk201.c

r19643 Tuesday 18th December, 2012 at 07:21:48 UTC by Jonathan Gevaryahu
(MESS) vt131/vt102: preliminary redump of 23-226e4 ROM based on rearranged quarters of two bad dumps; seems to boot but gets stuck waiting for an unmapped io or interrupt? Needs verification redump to find whether the stitched dump is correct or not. Also we could use scans of the EK-VT101-TM or MP-01066 sheets, if anyone has them. [pjustice, Lord Nightmare]
vt100.c: preliminary i8251 PUSART hookup, not working yet. [Lord Nightmare]
[src/mess/drivers]vt100.c

r19642 Tuesday 18th December, 2012 at 04:25:23 UTC by R. Belmont
New games added as GAME_NOT_WORKING
-----------------------------------
Armadillo Racing (AM1 Ver. A) [Guru, R. Belmont]
[src/mame]mame.lst
[src/mame/drivers]namcos22.c
[src/mame/includes]namcos22.h

r19641 Tuesday 18th December, 2012 at 03:22:00 UTC by Angelo Salese
Some additions
[src/mess/drivers]pc9801.c

r19640 Tuesday 18th December, 2012 at 02:07:05 UTC by Angelo Salese
Fixed PC-9821 regression
[src/mess/drivers]pc9801.c

r19639 Tuesday 18th December, 2012 at 01:58:22 UTC by Angelo Salese
Another magician trick, this time with PC-9801-118 (preliminary)
[src/mess]mess.mak
[src/mess/drivers]pc9801.c
[src/mess/machine]pc9801_118.c* pc9801_118.h* pc9801_26.h pc9801_86.c pc9801_86.h

r19638 Tuesday 18th December, 2012 at 01:14:59 UTC by Angelo Salese
Added PC-9801-86 device for PC-9801 (OPNA)
[src/mess]mess.mak
[src/mess/drivers]pc9801.c
[src/mess/machine]pc9801_26.c pc9801_86.c* pc9801_86.h* pc9801_cbus.c* pc9801_cbus.h* pc9801_slot.c pc9801_slot.h

r19637 Tuesday 18th December, 2012 at 00:40:17 UTC by Angelo Salese
Preliminary slot interface for PC-9801, added support for PC-9801-26 sound board as an example
[src/mess]mess.mak
[src/mess/drivers]pc9801.c
[src/mess/machine]pc9801_26.c* pc9801_26.h* pc9801_slot.c* pc9801_slot.h*

r19636 Monday 17th December, 2012 at 23:36:42 UTC by O. Galibert
mcs96: divb reg,#nn fix [O. Galibert]
[src/emu/cpu/mcs96]mcs96ops.lst

r19635 Monday 17th December, 2012 at 23:19:54 UTC by O. Galibert
(mess) mt32: Preliminary driver [Lord_Nightmare, O. Galibert]
[src/mess]mess.lst mess.mak
[src/mess/drivers]rmt32.c

r19634 Monday 17th December, 2012 at 23:19:50 UTC by O. Galibert
(mess) mcs96: First (incomplete) stab at a core [O. Galibert]
[src/emu/cpu]cpu.mak
[src/emu/cpu/mcs96]i8x9x.c i8x9x.h i8xc196.c i8xc196.h mcs96.c mcs96.h mcs96make.py mcs96ops.lst
[src/mess]mess.mak

r19633 Monday 17th December, 2012 at 23:19:44 UTC by O. Galibert
(mess) sed1200 family of LCD controllers [O. Galibert]
[src/mess]mess.mak
[src/mess/machine]sed1200.c sed1200.h

r19632 Monday 17th December, 2012 at 23:17:10 UTC by O. Galibert
placeholders
[src/emu/cpu/mcs96]i8x9x.c* i8x9x.h* i8xc196.c* i8xc196.h* mcs96.c* mcs96.h* mcs96make.py* mcs96ops.lst*
[src/mess/drivers]rmt32.c*
[src/mess/machine]sed1200.c* sed1200.h*

r19631 Monday 17th December, 2012 at 23:11:41 UTC by O. Galibert
Cleanup (nw)
[src/emu/cpu/m6502]m6502.c

r19630 Monday 17th December, 2012 at 22:23:15 UTC by R. Belmont
This would probably help ;-) (nw)
[src/mess]mess.lst

r19629 Monday 17th December, 2012 at 22:19:54 UTC by R. Belmont
(MESS) New System Drivers Supported:
------------------------------------
Ensoniq SQ-Rack [R. Belmont]

esq5505: More documentation and other fixes from schematics [R. Belmont]
[src/mess/drivers]esq5505.c

r19628 Monday 17th December, 2012 at 19:57:57 UTC by David Haywood
couple of notes in ecoinf1.c (nw)
[src/mame]mame.lst
[src/mame/drivers]ecoinf1.c

r19627 Monday 17th December, 2012 at 18:18:56 UTC by Curt Coder
(MESS) c1571: Removed outdated TODO item. (nw)
[src/mess/machine]c1571.c

r19626 Monday 17th December, 2012 at 16:07:15 UTC by Curt Coder
6522via: Used core clock/attotime functions. [Curt Coder]
(MESS) c1551: Fixed floppy loading. [Curt Coder]
(MESS) c1571: Fixed fast serial mode on C128. [Curt Coder]
(MESS) 64h156: Fixed 2 MHz mode. (nw)
[src/emu/machine]6522via.c 6522via.h
[src/mess/drivers]plus4.c
[src/mess/machine]64h156.c 64h156.h c1551.c c1551.h c1571.c c1571.h c1581.c

r19625 Monday 17th December, 2012 at 15:30:35 UTC by R. Belmont
(nw)
[src/mame/drivers]naomi.c

r19624 Monday 17th December, 2012 at 15:02:21 UTC by Tafoid
fixing of credits (nw)
[/build/whatsnew]whatsnew_0147u4.txt

r19623 Monday 17th December, 2012 at 14:44:51 UTC by Oliver Stöneberg
vconv: bumped Visual Studio warning level to 4 and disabled most of the new warnings (for now) / added translation of -Wno-sign-compare
[src/osd/windows]vconv.c

r19622 Monday 17th December, 2012 at 14:11:27 UTC by David Haywood
new clones:
Super Street Fighter II: The Tournament Battle (Hispanic 931005) [Artemio Urbina]
[src/mame]mame.lst
[src/mame/drivers]cps2.c
[src/mame/machine]cps2crpt.c

r19621 Monday 17th December, 2012 at 13:26:03 UTC by hap
make headonb a clone set of headon
[src/mame/drivers]headonb.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team