Note Feed

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

Previous 50 199869 Revisions Next 50

r30733 Saturday 31st May, 2014 at 03:12:35 UTC by Barry Rodewald
x68k: fix SRAM write protect breakage from r30715 (no whatsnew)
[src/mess/drivers]x68k.c

r30732 Saturday 31st May, 2014 at 00:22:55 UTC by Phil Bennett
williams.c - Added two video board PROMs to joust2 and made ROM names more descriptive [Joe Magiera]

New clones added:

Joust 2 - Survival of the Fittest (revision 1) [Joe Magiera]
[src/mame]mame.lst
[src/mame/drivers]williams.c

r30731 Friday 30th May, 2014 at 22:40:20 UTC by Carl
x68k: make screen rgb and split palette (nw)
mongoose: mingw-gcc 4.8 compile fix (nw)
[src/lib/web]mongoose.c
[src/mess/drivers]x68k.c
[src/mess/includes]x68k.h
[src/mess/video]x68k.c

r30730 Friday 30th May, 2014 at 21:30:14 UTC by Alex Jackson
niyanpai.c: blitter registers are 8-bit; fix m68000 regression (nw)
[src/mame/drivers]niyanpai.c
[src/mame/includes]niyanpai.h
[src/mame/video]niyanpai.c

r30729 Friday 30th May, 2014 at 20:23:03 UTC by David Haywood
start to make the z84 a proper cpu type, migrate code from niyanpai to the cpu.

spent most of the day (many hours) trying to work out why this was hanging with my changes only to find out the 68k change broke the driver (it's still broken, i don't have time to fix it) :/
[src/emu/cpu/z80]z80.c z80.h
[src/mame/drivers]niyanpai.c
[src/mame/includes]niyanpai.h

r30728 Friday 30th May, 2014 at 18:30:34 UTC by Dirk Best
Amiga: Emulate DIWHIGH register for ECS machines, reduce some code
duplication.
[src/mame/includes]amiga.h
[src/mame/machine]amiga.c
[src/mame/video]amiga.c amigaaga.c

r30727 Friday 30th May, 2014 at 17:52:58 UTC by Angelo Salese
Fixed XTALs in Tecmo 16, corrected OKI clock, nw
[src/mame/drivers]tecmo16.c

r30726 Friday 30th May, 2014 at 17:19:34 UTC by hap
fix aceattac analog inputs
[src/mame/drivers]segas16b.c

r30725 Friday 30th May, 2014 at 16:32:56 UTC by David Haywood
fix regression caused by 68k change (nw)
[src/mame/video]aquarium.c

r30724 Friday 30th May, 2014 at 16:04:08 UTC by Couriersud
Netlist changes:
- Reworked the analog storage model to better support the compiler.
 This will most likely only pay off on larger matrices than currently used.
 Investment for future platforms with larger vectors
- Added parameter "GS_THRESHOLD" to select the minimum matrix size for Gauss-Seidel solver
- pstate: pointer will be resolved late, i.e. after all initialization is finished.
 State is registered during start, but some pointers are only set during post_load in the solver.
[src/emu/machine]netlist.c
[src/emu/netlist]nl_base.c nl_base.h pstate.c pstate.h
[src/emu/netlist/analog]nld_solver.c nld_solver.h nld_twoterm.c nld_twoterm.h

r30723 Friday 30th May, 2014 at 14:04:12 UTC by Tafoid
Device description fixes from MASH (nw)
[src/mame/video]excellent_spr.c tecmo_mix.c tecmo_spr.c

r30722 Friday 30th May, 2014 at 13:48:47 UTC by Tafoid
Compile fix for some GCCs - patch sent to author - from Micko. (nw)
[src/lib/web]mongoose.c

r30721 Friday 30th May, 2014 at 12:16:03 UTC by Curt Coder
clang compile fix, please submit to mongoose baseline. (nw)
[src/lib/web]mongoose.c

r30720 Friday 30th May, 2014 at 12:13:31 UTC by Curt Coder
clang compile fix. (nw)
[src/emu]webengine.c webengine.h

r30719 Friday 30th May, 2014 at 11:17:41 UTC by David Haywood
wc90 sprites refactor (nw)
[src/mame/drivers]wc90.c
[src/mame/video]tecmo_spr.c tecmo_spr.h

r30718 Friday 30th May, 2014 at 10:24:29 UTC by Alex Jackson
bladestl.c: add RC filters to YM2203 SSG channels (based on schematic, identical to ddribble) [Alex Jackson]
[src/mame/drivers]bladestl.c
[src/mame/includes]bladestl.h

r30717 Friday 30th May, 2014 at 10:18:47 UTC by Miodrag Milanović
Updated to latest mongoose code in agreement with author (nw)
[src/emu]webengine.c webengine.h
[src/lib/web]mongoose.c mongoose.h

r30716 Friday 30th May, 2014 at 10:11:08 UTC by David Haywood
guess 30715 broke this logic (nw)
[src/mame/drivers]segas16b.c

r30715 Friday 30th May, 2014 at 04:05:49 UTC by Alex Jackson
m68000: Do what the real M68K does on byte writes. Fix the debugger so watchpoints continue to work as expected [Alex Jackson]
[src/emu/cpu/m68000]m68000.h m68kcpu.c
[src/emu/debug]debugcpu.c

r30714 Friday 30th May, 2014 at 00:53:50 UTC by David Haywood
new NOT WORKING
Kensei Mogura (1994.04.18, Ver 1.00) [Alan Meades, Porchy]

(I'll be looking at this more over the coming days)
[src/emu/cpu/z80]z80.c z80.h
[src/mame]mame.lst mame.mak
[src/mame/drivers]cps1.c kenseim.c*
[src/mame/includes]cps1.h
[src/mame/video]cps1.c

r30713 Thursday 29th May, 2014 at 23:40:00 UTC by Alex Jackson
fix build (nw)
[src/mame/machine]fd1094.c

r30712 Thursday 29th May, 2014 at 23:08:08 UTC by Andreas Naive
FD1094's documentation updates & cleanups [Andreas Naive]
[src/mame/machine]fd1094.c

r30711 Thursday 29th May, 2014 at 21:46:29 UTC by David Haywood
move some tecmo sprite code around for later refactoring (nw)
[src/mame/drivers]tbowl.c tecmo.c wc90.c
[src/mame/includes]tbowl.h tecmo.h wc90.h
[src/mame/video]tbowl.c tecmo.c tecmo_spr.c tecmo_spr.h wc90.c

r30710 Thursday 29th May, 2014 at 17:02:55 UTC by Dirk Best
Remove cd32.h, no longer needed
[src/mame/includes]cd32.h

r30709 Thursday 29th May, 2014 at 16:45:20 UTC by Couriersud
Further work on vectorization. Works, but not yet finished.
[src/emu/netlist]nl_base.c nl_base.h plists.h
[src/emu/netlist/analog]nld_solver.c nld_solver.h

r30708 Thursday 29th May, 2014 at 14:03:07 UTC by Couriersud
Further work on vectorization. Works but not yet finished.
[src/emu/netlist]nl_base.h plists.h
[src/emu/netlist/analog]nld_solver.c nld_solver.h

r30707 Thursday 29th May, 2014 at 11:15:11 UTC by Robbbert
In the File Manager, if the path is invalid, show the list of drives instead of an empty menu.
[src/emu/ui]filesel.c

r30706 Thursday 29th May, 2014 at 09:03:42 UTC by Alex Jackson
Remove more KONAMI_ROM_DEINTERLEAVEs; SHUFFLE8 and DEINTERLEAVE_4 are entirely gone now (nw)
[src/mame/drivers]gijoe.c moo.c overdriv.c simpsons.c tmnt.c vendetta.c xmen.c
[src/mame/video]konami_helper.c konami_helper.h

r30705 Thursday 29th May, 2014 at 06:24:44 UTC by Miodrag Milanović
Added sc-3000 bit format to castool (nw)
[src/mess/tools/castool]main.c

r30704 Thursday 29th May, 2014 at 02:55:03 UTC by Brian Troha
peplus.c: Document how the Treasure Chest bonus round works for the PP0816 set. - NW
[src/mame/drivers]peplus.c

r30703 Thursday 29th May, 2014 at 00:17:27 UTC by Couriersud
More cleanups and one bug: resize should never have been public in plists.h
[src/emu/netlist]plists.h
[src/emu/netlist/analog]nld_solver.c nld_solver.h

r30702 Wednesday 28th May, 2014 at 22:02:13 UTC by Andreas Naive
Fix to FD1094 317-0059's key  (nw)
[src/mame/drivers]segas16b.c

r30701 Wednesday 28th May, 2014 at 18:03:05 UTC by Couriersud
Dead code removal
[src/emu/netlist/analog]nld_solver.c nld_solver.h

r30700 Wednesday 28th May, 2014 at 17:54:56 UTC by Couriersud
Netlist updates and bugfixes
- improved convergence code (max(epsilon) instead of sum(epsilon))
- identified needless updates
- changed NE555 discharge current to a value in the order of the datasheet
- improved dynamic time-stepping.

Dynamic time-stepping is not used by any current implementation right now since any fast discharge will be resolved to mV levels imposing nano-second timesteps. Great and exact but deadly for performance.
[src/emu/netlist/analog]nld_solver.c nld_solver.h
[src/emu/netlist/devices]nld_ne555.c

r30699 Wednesday 28th May, 2014 at 12:20:03 UTC by Robbbert
Generic keyboard / terminal: added function keys. Clean build needed.
Values are 0x81 to 0x8c (F1 to F12)
If CTRL pressed, add 0x10
If SHIFT pressed, add 0x20
This gives 48 new keys for special terminal functions, etc.
[src/emu/machine]keyboard.c keyboard.h

r30698 Wednesday 28th May, 2014 at 11:54:15 UTC by David Haywood
some improvements to the mastninj bootleg emulation (nw)
[src/mame/drivers]gaiden.c
[src/mame/includes]gaiden.h
[src/mame/video]gaiden.c

r30697 Wednesday 28th May, 2014 at 10:11:54 UTC by Robbbert
(MESS) applix : set dips default to allow booting
[src/mess/drivers]applix.c

r30696 Wednesday 28th May, 2014 at 08:48:28 UTC by Robbbert
(MESS) uts20 : some work
[src/mess/drivers]univac.c

r30695 Wednesday 28th May, 2014 at 08:42:56 UTC by Alex Jackson
k053245: remove deinterleave crap, clean up (nw)
[src/mame/drivers]asterix.c lethal.c parodius.c rollerg.c surpratk.c tmnt.c
[src/mame/includes]lethal.h
[src/mame/video]k053244_k053245.c k053244_k053245.h

r30694 Wednesday 28th May, 2014 at 08:12:56 UTC by Dirk Best
Amiga: Rendering update, always render the full height to allow mixed
mode screens. LACE and LOF bits should now work closer to the real
system.
[src/mame/drivers]cubo.c
[src/mame/includes]amiga.h
[src/mame/machine]amiga.c
[src/mame/video]amiga.c amigaaga.c

r30693 Wednesday 28th May, 2014 at 04:57:45 UTC by Fabio Priuli
k053244/k053245: converted to use inline configs, delegates and device_gfx_interface. nw.
6bpp graphics (i.e. lethalen sprites) is currently broken, because it needs further refactoring
(currently in progress)
[src/mame/drivers]asterix.c lethal.c parodius.c rollerg.c surpratk.c tmnt.c
[src/mame/includes]asterix.h lethal.h parodius.h rollerg.h surpratk.h tmnt.h
[src/mame/video]asterix.c k053244_k053245.c k053244_k053245.h lethal.c parodius.c rollerg.c surpratk.c tmnt.c

r30692 Wednesday 28th May, 2014 at 02:31:16 UTC by Alex Jackson
mystwarr.c: fix mask ROM tests, broken since video was devicefied (nw)
[src/mame/drivers]midas.c mystwarr.c

r30691 Wednesday 28th May, 2014 at 02:27:06 UTC by Barry Rodewald
vga_ati: added some selectable VLB and PCI BIOSes so they can be documented (no whatsnew)
[src/emu/bus/isa]vga_ati.c

r30690 Wednesday 28th May, 2014 at 01:52:31 UTC by Alex Jackson
neogeo: use real palette_device (nw)
[src/mame/drivers]neogeo.c
[src/mame/includes]neogeo.h
[src/mame/video]neogeo.c neogeo_spr.c neogeo_spr.h
[src/mess/drivers]ng_aes.c

r30689 Wednesday 28th May, 2014 at 00:14:36 UTC by Alex Jackson
xexex.c: small cleanup to audiocpu banking; start removal of KONAMI_ROM_DEINTERLEAVE crap (nw)
[src/mame/drivers]neogeo.c xexex.c
[src/mame/includes]neogeo.h xexex.h
[src/mame/video]neogeo.c

r30688 Tuesday 27th May, 2014 at 17:33:02 UTC by hap
nw
[src/mame/drivers]segas16a.c
[src/mame/includes]segas16a.h

r30687 Tuesday 27th May, 2014 at 06:49:38 UTC by Barry Rodewald
vga_ati: added ATI mach64 ISA card.
[src/emu/bus/isa]isa_cards.c mach32.c mach32.h vga_ati.c vga_ati.h

r30686 Tuesday 27th May, 2014 at 03:52:55 UTC by Tafoid
Assorted setname/description updates for MESS from MASH (nw)
[src/mess/drivers]68ksbc.c bk.c m79152pc.c studio2.c

r30685 Tuesday 27th May, 2014 at 03:02:46 UTC by R. Belmont
(MESS) sun3: Work in progress on Sun 3/80.  It now POSTs.  [R. Belmont]
[src/mess/drivers]sun3.c

r30684 Tuesday 27th May, 2014 at 02:45:11 UTC by R. Belmont
ncr539x: fix FIFO read/writing to work as expected. (nw)
[src/emu/machine]ncr539x.c ncr539x.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team