Note Feed

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

Previous 50 199869 Revisions Next 50

r16968 Tuesday 24th July, 2012 at 21:57:47 UTC by Tafoid
basic device hookups in aces1.c, some sets now play alarm sound / clean up rom loading and main rom banking for st0016.c and associated drivers.  From Haze (nw)
[src/mame/drivers]aces1.c jclub2.c macs.c speglsht.c srmp5.c st0016.c
[src/mame/video]st0016.c

r16967 Tuesday 24th July, 2012 at 21:06:50 UTC by Tafoid
moved a misplaced set from acesp.c to aces1.c - From Haze (nw)

added a note about a known bootleg rygar board that matches content of an existing board, but different layout (nw)
[src/mame]mame.lst
[src/mame/drivers]aces1.c acesp.c tecmo.c

r16966 Tuesday 24th July, 2012 at 19:28:46 UTC by James Wallace
Fix unwanted popmessage in BD1 games, and separated vfd and DMDs out for better separation for game loading
[src/mame/drivers]bfm_sc2.c
[src/mame/machine]bfm_bd1.c

r16965 Tuesday 24th July, 2012 at 18:58:57 UTC by James Wallace
Adding some clones and assorted data (nw).
[src/mame]mame.lst
[src/mame/drivers]jpmmps.c mpu4.c proconn.c
[src/mame/includes]bfm_sc45.h

r16964 Tuesday 24th July, 2012 at 17:29:25 UTC by Ville Linde
Converted Taito JC 3D renderer to use polynew.h. [Ville Linde]
[src/mame/drivers]taitojc.c
[src/mame/includes]taitojc.h
[src/mame/video]taitojc.c

r16963 Tuesday 24th July, 2012 at 12:09:50 UTC by Angelo Salese
Haze: fixed title screen in Fruit Dream
[src/emu/machine]tc009xlvc.c tc009xlvc.h

r16962 Tuesday 24th July, 2012 at 09:52:26 UTC by Tafoid
Did a first-pass clone creation/set split for the acesp.c driver.  As a result, another 500 or so sets have been added to the gamelist.  [David Haywood]
[src/mame]mame.lst
[src/mame/drivers]acesp.c

r16961 Tuesday 24th July, 2012 at 09:34:43 UTC by Tafoid
Enable support building the bundled 7z library with a C++ compiler.  [Markus Rathgeb]
[src/lib/lib7z]LzmaDec.h
[src/lib/util]chdcodec.c

r16960 Tuesday 24th July, 2012 at 03:43:01 UTC by Tafoid
acesp.c - more set separation into clones - From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]acesp.c

r16959 Tuesday 24th July, 2012 at 03:25:55 UTC by Tafoid
updated notes in jpms80 / jpmmps, added skeleton structures for tms9902 device + placed it in mem map.  From Haze (nw)
[src/mame/drivers]jpmmps.c jpms80.c

r16958 Monday 23rd July, 2012 at 19:44:33 UTC by Ville Linde
taitotz.c: Changed HDD serial numbers to char arrays. (nw)
[src/mame/drivers]taitotz.c

r16957 Monday 23rd July, 2012 at 19:02:56 UTC by Michael Zapf
Moved TMS9901/9902 from mess/machine into emu/machine subtree
[src/emu]emu.mak
[src/emu/machine]tms9901.c* tms9901.h* tms9902.c* tms9902.h*

r16956 Monday 23rd July, 2012 at 18:20:22 UTC by Tafoid
acesp.c - continuing clone creation causes climatic changes concerning class count - From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]acesp.c

r16955 Monday 23rd July, 2012 at 17:56:27 UTC by Ville Linde
taitotz.c: Enabled background polygon rendering. (nw)
[src/mame/drivers]taitotz.c

r16954 Monday 23rd July, 2012 at 17:49:21 UTC by Ville Linde
taitotz.c: Fixed RTC lockup. (nw)
[src/mame/drivers]taitotz.c

r16953 Monday 23rd July, 2012 at 16:08:19 UTC by Angelo Salese
New WORKING game
--------------------
Fruit Dream [Angelo Salese]
[src/mame/drivers]dfruit.c

r16952 Monday 23rd July, 2012 at 15:41:14 UTC by Angelo Salese
Quick bug-fix, otherwise old style vblank time will never work ...
[src/mame/etc]template_driver.c

r16951 Monday 23rd July, 2012 at 14:25:55 UTC by Ville Linde
ppcdrc.c: Split up dword-aligned 64-bit accesses to 32-bits. (nw)
[src/emu/cpu/powerpc]ppcdrc.c

r16950 Monday 23rd July, 2012 at 12:49:33 UTC by hap
cleanup
[src/mame/drivers]segaxbd.c
[src/mame/includes]segas16.h

r16949 Monday 23rd July, 2012 at 11:23:57 UTC by Phil Bennett
Fix OS X Intel compilation
[src/emu/machine]netlist.h

r16948 Monday 23rd July, 2012 at 07:06:07 UTC by hap
some work on custom i/o
[src/mame/drivers]segaxbd.c
[src/mame/includes]segas16.h

r16947 Monday 23rd July, 2012 at 06:09:37 UTC by Brian Troha
gcpinbal.c: Added comment about the OKI MSM6585 sound chip. - NW
[src/mame/drivers]gcpinbal.c

r16946 Monday 23rd July, 2012 at 05:21:37 UTC by Brian Troha
midwunit.c: Corrected the rom labels for Open Ice and added notes about the specific "L" revision of the roms. [Brian Troha]
[src/mame/drivers]midwunit.c

r16945 Monday 23rd July, 2012 at 05:04:12 UTC by Brian Troha
segas18.c: Minor doc update for Laser Ghost (US). Added Sega ID # for game and rom board. Added the A/D input board type as well. - NW
[src/mame/drivers]segas18.c

r16944 Monday 23rd July, 2012 at 03:35:20 UTC by hap
added smgp extra sound
[src/mame/drivers]segaxbd.c
[src/mame/includes]segas16.h

r16943 Monday 23rd July, 2012 at 03:25:58 UTC by Angelo Salese
Hooked up TC0091LVC device to Fruit Dream [Angelo Salese]
[src/emu/machine]tc009xlvc.c
[src/mame/drivers]dfruit.c

r16942 Monday 23rd July, 2012 at 03:05:27 UTC by R. Belmont
Sync with MESS (nw)
[src/emu/cpu/m68000]m68kfpu.c

r16941 Monday 23rd July, 2012 at 02:46:34 UTC by hap
fix soundlatch warning
[src/emu]driver.c

r16940 Monday 23rd July, 2012 at 02:46:10 UTC by R. Belmont
revert (nw)
[src/mame/drivers]thayers.c

r16939 Monday 23rd July, 2012 at 02:33:01 UTC by Angelo Salese
dfruit hooks, and moved scrolling inside buffering, nw
[src/emu/machine]tc009xlvc.c
[src/mame/drivers]dfruit.c

r16938 Monday 23rd July, 2012 at 01:36:45 UTC by Angelo Salese
Ported TC0091LVC into a proper file
[src/emu]emu.mak
[src/emu/machine]tc009xlvc.c* tc009xlvc.h*
[src/mame/drivers]lastbank.c

r16937 Monday 23rd July, 2012 at 01:21:59 UTC by Angelo Salese
Sprite buffering
[src/mame/drivers]lastbank.c

r16936 Monday 23rd July, 2012 at 01:15:34 UTC by R. Belmont
First step in restoring compiling on Linux (nw)
[src/mame/drivers]thayers.c

r16935 Monday 23rd July, 2012 at 00:56:51 UTC by Angelo Salese
Support for cocktail mode
[src/mame/drivers]lastbank.c

r16934 Sunday 22nd July, 2012 at 22:47:46 UTC by Ville Linde
taitotz.c: Major driver update. [Ville Linde]
- Modernized address maps
- Improved 2D rendering
- Hooked up IO CPU comms
- Hooked up IDE controller
- Basic 3D graphics emulation
[src/mame/drivers]taitotz.c

r16933 Sunday 22nd July, 2012 at 22:34:15 UTC by Ville Linde
tlcs900: Added support for TMP95C063. [Ville Linde]
[src/emu/cpu/tlcs900]tlcs900.c tlcs900.h

r16932 Sunday 22nd July, 2012 at 20:17:41 UTC by Tafoid
Add another subtype to 6800 core so that I can correctly define the CPU type in the drivers (it's kinda important because the different types have different internal peripherals, so even if I don't emulate them yet we shouldn't misrepresent it in the drivers).  Much more clone shuffling and creation for acesp.c - From Haze (nw)
[src/emu/cpu/m6800]m6800.c m6800.h
[src/mame]mame.lst
[src/mame/drivers]acesp.c castle.c

r16931 Sunday 22nd July, 2012 at 19:42:48 UTC by James Wallace
Doh, forgot mame.lst (nw)
[src/mame]mame.lst

r16930 Sunday 22nd July, 2012 at 19:39:20 UTC by James Wallace
Corrected typo (nw)
[src/mame/drivers]jpmmps.c

r16929 Sunday 22nd July, 2012 at 19:37:04 UTC by James Wallace
General MPS set cleanups - including some set splits (nw)
[src/mame]mame.lst
[src/mame/drivers]jpmmps.c

r16928 Sunday 22nd July, 2012 at 19:28:57 UTC by Brian Troha
cshooter.c: Added dipswitch locations to the Air Raid & Cross Shooter sets. [Brian Troha]
[src/mame/drivers]cshooter.c

r16927 Sunday 22nd July, 2012 at 19:21:13 UTC by James Wallace
New games added
------------------
Bank Raid (Jpm) (MPS) [C J Wren/MPU Mecca]
Lucky Arrows (Jpm) (MPS) [C J Wren/MPU Mecca]
Solid Gold (Jpm) (MPS) [C J Wren/MPU Mecca]

New clones added
------------------
Note Exchange (Set 2) (Jpm) (MPS) [C J Wren/MPU Mecca]
Note Exchange (Set 3) (Jpm) (MPS) [C J Wren/MPU Mecca]
Nudge Bonanza Deluxe (Set 2) (Jpm) (MPS) [C J Wren/MPU Mecca]
[src/mame]mame.lst
[src/mame/drivers]jpmmps.c

r16926 Sunday 22nd July, 2012 at 18:50:36 UTC by Brian Troha
vega.c: Fill in known information for Vega - NW
[src/mame/drivers]vega.c

r16925 Sunday 22nd July, 2012 at 18:23:30 UTC by smf
fixed constant overflow, 64 bit constants require U64() macro.
[src/emu/machine]netlist.c

r16924 Sunday 22nd July, 2012 at 15:54:00 UTC by James Wallace
New game added (nw)
------------------
The Big Game (Barcrest) (MPU 3), [James Wallace]
[src/mame]mame.lst
[src/mame/drivers]mpu3.c mpu5.c

r16923 Sunday 22nd July, 2012 at 11:38:44 UTC by Couriersud
Pong now uses netlist.h. This implementation reproduces all gate timing and 555 related effects as described by Dr. H. Holden in his 2012 publication "ATARI PONG E CIRCUIT ANALYSIS & LAWN TENNIS". [Couriersud]


There are now two game entries:
a) pongf
This illustrates how a workaround has to be used in the absence of gate timing. The game uses a code based netlist.
b) pong
This uses gate timing at a resolution of approx. 140 MHz. The netlist itself is read from the rom region.
[src/mame/drivers]pong.c

r16922 Sunday 22nd July, 2012 at 11:23:53 UTC by Couriersud
Implemented a generic implementation to model discrete net lists. [Couriersud]

- Based on timeslot modelling, the implementation models gate delays in logic chips.
- Design ready to be split into a generic and a MAME implementation part.
- Design prepared to merge in discrete components from discrete.*
- Supports code based as well as external net list parsing.

Ultimately, net lists and discrete emulation should share one code base. The class design was set up to accomplish this. There is no point in having multiple 555, 7474 implementations around.
Most of the code will be moved to lib/netlist going forward to allow usage in other projects.
[src/emu]emu.mak
[src/emu/machine]net_lib.c* net_lib.h* netlist.c* netlist.h*

r16921 Sunday 22nd July, 2012 at 11:05:30 UTC by Couriersud
Small speedup for _get_profile_ticks. No WN.
[src/emu]eigccx86.h

r16920 Sunday 22nd July, 2012 at 11:02:40 UTC by Couriersud
PORT_ADJUSTER now accepts PORT_MINMAX as well. [Couriersud]
[src/emu]ioport.h ui.c

r16919 Saturday 21st July, 2012 at 22:10:48 UTC by Brian Troha
new Toride clone added.

metro.c: Corrected OKI6295 Pin 7 assignment for the Last Fort & Sky Alert sets as listed in the driver. Also verified the Pin 7 assignment where listed in the driver. [Brian Troha]

New Clone Added
--------------------------------------------
Last Fortress - Toride (Erotic, Rev A) [Brian Troha, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]metro.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team