Note Feed

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

Previous 50 199869 Revisions Next 50

r33433 Tuesday 18th November, 2014 at 08:41:06 UTC by Oliver Stöneberg
fixed Visual Studio warning about potentially uninitialized value in src/mess/video/apple2.c (nw)
[src/mess/video]apple2.c

r33432 Tuesday 18th November, 2014 at 03:37:34 UTC by Brian Troha
cv1k.c: Minor spelling corrections - NW
[src/mame/drivers]cv1k.c

r33431 Tuesday 18th November, 2014 at 02:56:11 UTC by Robbbert
punctuation
[/trunk]README.md

r33430 Tuesday 18th November, 2014 at 01:20:53 UTC by hap
1 more bad byte found in stopthie, confirmed by seanriddle
[src/lib/util]plaparse.c
[src/mess/drivers]stopthie.c

r33429 Tuesday 18th November, 2014 at 00:57:15 UTC by Robbbert
3rd attempt
[src/mess/drivers]gamecom.c

r33428 Monday 17th November, 2014 at 23:16:50 UTC by Robbbert
(MESS) gamecom : fixed timer in solitaire. Centipede is somewhat playable.
[src/emu/cpu/sm8500]sm85ops.h

r33427 Monday 17th November, 2014 at 23:07:06 UTC by Brian Troha
asteroid.c: Add PCB location to the newly built Lunar Lander rom and added a comment about it being build from original Atari source code. - NW

Didn't add "BAD_DUMP" marker as that is still in discussion.
[src/mame/drivers]asteroid.c

r33426 Monday 17th November, 2014 at 22:03:54 UTC by Alex W. Jackson
Touching all the candy again: [Alex Jackson]

Fixed an annoying inconsistency between memory_share and memory_region:
the width() method of the former returned the width in bits (8, 16, 32 or 64)
while the width() method of the latter returned the width in bytes
(1, 2, 4 or 8). Now both classes have a bitwidth() method and a bytewidth()
method. Updated all callers to use whichever one was more appropriate.

Removed the implicit-cast-to-any-integer-pointer ability of memory_regions,
which was rather unsafe (if you weren't careful with your * operators and
casts it was easy to accidentally get a pointer to the memory_region object
itself instead of to the data, with no warning from the compiler... or at
least I kept doing it) Updated all devices and drivers that were accessing
regions that way to use a region_ptr_finder when possible, and otherwise to
call base() explicitly.
[src/emu]devfind.c digfx.c emupal.c memarray.c memory.c memory.h romload.c
[src/emu/bus/ti99_peb]tn_usbsm.c tn_usbsm.h
[src/emu/debug]debugcpu.c dvmemory.c
[src/emu/machine]at28c16.c eeprom.c er2055.c i2cmem.c nvram.c rp5h01.c timekpr.c tms6100.c tms6100.h x2212.c
[src/emu/sound]2608intf.c 2610intf.c 8950intf.c aica.c c140.c c140.h es8712.c es8712.h gaelco.c ics2115.c ics2115.h k007232.c k007232.h k053260.c k054539.c n63701x.c n63701x.h namco.c nile.c okim6376.c okim6376.h qsound.c qsound.h s14001a.c s14001a.h scsp.c segapcm.c segapcm.h sp0256.c sp0256.h tc8830f.c tms5110.c upd7759.c x1_010.c x1_010.h ymf271.c ymz280b.c ymz770.c zsg2.c zsg2.h
[src/emu/video]hd44780.c
[src/mame/drivers]cps3.c sigmab52.c
[src/mame/machine]decocass_tape.c
[src/mess/audio]alesis.c
[src/mess/drivers]alphasma.c apexc.c gamate.c gba.c geniusiq.c gp2x.c pc100.c pc88va.c sgi_ip2.c supracan.c svmu.c ti89.c ti99_4p.c tsispch.c x68k.c
[src/mess/includes]alesis.h gba.h ti89.h

r33425 Monday 17th November, 2014 at 20:59:34 UTC by Mariusz Wojcieszek
Added language rom for Lunar Lander [Mariusz Wojcieszek]
[src/mame/drivers]asteroid.c

r33424 Monday 17th November, 2014 at 17:39:01 UTC by Osso
Fixed mikrosha.c regression (nw)
[src/mess/drivers]mikrosha.c

r33423 Monday 17th November, 2014 at 16:23:18 UTC by Ryan Holtz
rsp: Made the RSP interpreter core functional again. [MooglyGuy]
[src/emu/cpu/rsp]rsp.c rsp.h rspdrc.c

r33422 Monday 17th November, 2014 at 13:25:44 UTC by hap
nw
[src/emu/machine]pla.h

r33421 Monday 17th November, 2014 at 12:56:13 UTC by hap
cleanup
[src/lib/util]plaparse.c

r33420 Monday 17th November, 2014 at 11:36:14 UTC by Barry Rodewald
ngen: mapped DMA controller, no idea what DMA channels map to what devices, yet.
[src/mess/drivers]ngen.c

r33419 Monday 17th November, 2014 at 11:17:48 UTC by Robbbert
(MESS) gamecom : fixed calculator
[src/emu/cpu/sm8500]sm85ops.h

r33418 Monday 17th November, 2014 at 04:43:06 UTC by R. Belmont
(MESS) apple2: fix up laser128 series to boot again. (nw)
[src/mess/drivers]apple2e.c

r33417 Monday 17th November, 2014 at 02:19:02 UTC by Brian Troha
tmaster.c: minor updates - NW

All versions of Touchmaster run on the same PCB so there should only be one basic machine config. The OKI samples play too slow at 1MHz and too fast at 2Mhz as compared to a real machine. So 1.5Mhz is use as derived by actual OSC 24Mhz devided by 16. - NW
[src/mame/drivers]tmaster.c

r33416 Monday 17th November, 2014 at 01:44:31 UTC by Scott Stone
Fix for "required objects" fatalerror for 386i and ngen38.
[src/mess/drivers]ngen.c

r33415 Monday 17th November, 2014 at 01:07:34 UTC by Brian Troha
tmaster.c: Fix key name - NW

The Touchmaster 7000 Eval was a chip swap for Touchmaster 5000 for operators to evaluate the next version so it uses the TM5000 security key. - NW
[src/mame/drivers]tmaster.c

r33414 Sunday 16th November, 2014 at 21:53:31 UTC by R. Belmont
More Mac fixes (nw)
[src/mess/video]apple2.c

r33413 Sunday 16th November, 2014 at 21:51:06 UTC by R. Belmont
OS X compile fix (nw)
[src/mess/drivers]apple2e.c

r33412 Sunday 16th November, 2014 at 21:38:33 UTC by R. Belmont
[MESS] apple2: rewrote all 8-bit Apple II drivers with an aim towards modernity and improved runtime performance, improved correctness, and missing features.  Fixes MT #5157, 5158, 5747, and 5748. [R. Belmont]
[src/emu/bus]bus.mak
[src/emu/bus/a2bus]a2bus.c a2bus.h a2eauxslot.h a2eext80col.c a2eext80col.h a2eramworks3.c a2eramworks3.h a2estd80col.c a2estd80col.h a2softcard.c a2swyft.c a2swyft.h ramcard128k.c* ramcard128k.h* ramcard16k.c* ramcard16k.h*
[src/emu/machine]kb3600.c
[src/mess]mess.mak
[src/mess/drivers]apple2.c apple2e.c* apple2gs.c tk2000.c*
[src/mess/machine]apple2.c
[src/mess/video]apple2.c apple2.h*

r33411 Sunday 16th November, 2014 at 11:20:19 UTC by Barry Rodewald
ngen: mapped i8254, connected channel 2 to the serial clock, added RS232 ports and connected them to the uPD7201.
[src/mess/drivers]ngen.c

r33410 Sunday 16th November, 2014 at 09:19:09 UTC by Alex W. Jackson
drawgfx.h: Long-overdue documentation about how to use priority-masked
drawing (aka pdrawgfx); add some useful constants. [Alex Jackson]

(nw)
prehisle.c: Fix issues introduced by pdrawgfx conversion; use
required_region_ptr instead of runtime tag lookup; give gfx regions
more meaningful names; remove superfluous "prehisle"'s and "16"'s
from member names (it's been many years since you could accidentally
plug a handler of the wrong width into an address map and not have
the core catch you at compile time)
[src/emu]drawgfx.h
[src/mame/drivers]prehisle.c
[src/mame/includes]prehisle.h
[src/mame/video]prehisle.c

r33409 Sunday 16th November, 2014 at 06:57:47 UTC by Miodrag Milanović
Merge pull request #48 from evadot/fix_acan_name

Add chip name for confirmed acan dumps
[src/emu]tilemap.h
[src/emu/machine]pla.h
[src/lib/util]plaparse.c
[src/mame]mame.lst mame.mak
[src/mame/drivers]alinvade.c dooyong.c meritm.c naomi.c prehisle.c
[src/mame/includes]dooyong.h prehisle.h
[src/mame/layout]alinvade.lay*
[src/mame/machine]naomim4.c naomim4.h
[src/mame/video]dooyong.c prehisle.c
[src/mess/drivers]mc1502.c

r33408 Saturday 15th November, 2014 at 18:24:37 UTC by Emmanuel Vadot
Add chip name for confirmed acan dumps
[hash]supracan.xml
[src/emu]tilemap.h
[src/emu/machine]pla.h
[src/lib/util]plaparse.c
[src/mame]mame.lst mame.mak
[src/mame/drivers]alinvade.c dooyong.c meritm.c naomi.c prehisle.c
[src/mame/includes]dooyong.h prehisle.h
[src/mame/layout]alinvade.lay
[src/mame/machine]naomim4.c naomim4.h
[src/mame/video]dooyong.c prehisle.c
[src/mess/drivers]mc1502.c

r33407 Sunday 16th November, 2014 at 06:30:56 UTC by Miodrag Milanović
Merge pull request #49 from shattered/_b460079

mc1502: mark CGA unremovable from its slot.
[src/emu]tilemap.h
[src/emu/machine]pla.h
[src/lib/util]plaparse.c
[src/mame/drivers]dooyong.c prehisle.c
[src/mame/includes]dooyong.h prehisle.h
[src/mame/video]dooyong.c prehisle.c

r33406 Saturday 15th November, 2014 at 20:53:06 UTC by Sergey Svishchev
mc1502: mark CGA unremovable from its slot.
[src/emu]tilemap.h
[src/emu/machine]pla.h
[src/lib/util]plaparse.c
[src/mame/drivers]dooyong.c prehisle.c
[src/mame/includes]dooyong.h prehisle.h
[src/mame/video]dooyong.c prehisle.c
[src/mess/drivers]mc1502.c

r33405 Sunday 16th November, 2014 at 04:51:55 UTC by hap
nw
[src/lib/util]plaparse.c

r33404 Sunday 16th November, 2014 at 04:01:08 UTC by hap
made plaparse less strict about whitespace and ordering, and added .phase keyword
[src/lib/util]plaparse.c

r33403 Sunday 16th November, 2014 at 01:37:32 UTC by Alex W. Jackson
Merge pull request #47 from cuavas/master

tilemap.c internal documentation update; dooyong.c cleanups; prehisle.c pdrawgfx conversion
[src/emu/bus/plus4]c1551.h
[src/emu/machine]pla.c pla.h
[src/lib/util]plaparse.c
[src/mame]mame.lst mame.mak
[src/mame/drivers]alinvade.c dynax.c goldngam.c lethal.c meritm.c naomi.c popobear.c
[src/mame/etc]template_cpu.c template_cpu.h template_device.c template_device.h template_driver.c template_readme.txt*
[src/mame/includes]lethal.h
[src/mame/layout]alinvade.lay*
[src/mame/machine]naomim4.c naomim4.h
[src/mame/video]lethal.c
[src/mess/drivers]comp4.c ngen.c simon.c
[src/mess/includes]c128.h c64.h cbm2.h gamecom.h pet.h plus4.h
[src/mess/layout]gamecom.lay

r33402 Saturday 15th November, 2014 at 07:10:51 UTC by Vasantha Crabb
Make prehisle use proper priority rather than two-pass sprite rendering, clean up a little
[src/mame/drivers]prehisle.c
[src/mame/includes]prehisle.h
[src/mame/video]prehisle.c

r33401 Saturday 15th November, 2014 at 03:31:30 UTC by Vasantha Crabb
More dooyong cleanup
[src/mame/drivers]dooyong.c
[src/mame/includes]dooyong.h
[src/mame/video]dooyong.c

r33400 Friday 14th November, 2014 at 14:42:38 UTC by Vasantha Crabb
Untangle the three basic dooyong board types
[src/mame/drivers]dooyong.c
[src/mame/includes]dooyong.h
[src/mame/video]dooyong.c

r33399 Friday 14th November, 2014 at 14:42:21 UTC by Vasantha Crabb
Update tilemap header comments/example to match current interface
[src/emu]tilemap.h
[src/emu/bus/plus4]c1551.h
[src/emu/machine]pla.c pla.h
[src/lib/util]plaparse.c
[src/mame]mame.lst mame.mak
[src/mame/drivers]alinvade.c dynax.c goldngam.c lethal.c meritm.c naomi.c popobear.c
[src/mame/etc]template_cpu.c template_cpu.h template_device.c template_device.h template_driver.c template_readme.txt
[src/mame/includes]lethal.h
[src/mame/layout]alinvade.lay
[src/mame/machine]naomim4.c naomim4.h
[src/mame/video]lethal.c
[src/mess/drivers]comp4.c ngen.c simon.c
[src/mess/includes]c128.h c64.h cbm2.h gamecom.h pet.h plus4.h
[src/mess/layout]gamecom.lay

r33398 Saturday 15th November, 2014 at 21:45:09 UTC by hap
didn't mean to remove the chip diagram
[src/emu/machine]pla.h

r33397 Saturday 15th November, 2014 at 20:36:12 UTC by Brian Troha
mame.lst: Account for set rename - NW
[src/mame]mame.lst

r33396 Saturday 15th November, 2014 at 20:28:56 UTC by Brian Troha
New Working Bit Boss Megatouch game

New Game Added
----------------------------------------
Pit Boss Megatouch (9234-20-01) [Brian Troha, Mariusz Wojcieszek, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]meritm.c

r33395 Saturday 15th November, 2014 at 20:25:54 UTC by Scott Stone
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]naomi.c
[src/mame/machine]naomim4.c naomim4.h

r33394 Saturday 15th November, 2014 at 20:25:06 UTC by Scott Stone
Added preliminary layout for Alien Invaders based on screenshot
[src/mame]mame.mak
[src/mame/drivers]alinvade.c naomi.c
[src/mame/layout]alinvade.lay*
[src/mame/machine]naomim4.c naomim4.h

r33393 Saturday 15th November, 2014 at 18:43:22 UTC by Andreas Naive
Use of security PIC's readouts for Naomi-M4 decryption [Andreas Naive]
[src/mame/drivers]naomi.c
[src/mame/machine]naomim4.c naomim4.h

r33392 Saturday 15th November, 2014 at 15:07:30 UTC by Angelo Salese
Merge branch 'master' of https://github.com/mamedev/mame

Conflicts:
  src/mame/drivers/alinvade.c
[src/emu/machine]pla.c
[src/lib/util]plaparse.c
[src/mame]mame.lst
[src/mame/drivers]alinvade.c goldngam.c lethal.c naomi.c popobear.c
[src/mame/includes]lethal.h
[src/mame/video]lethal.c
[src/mess/drivers]ngen.c
[src/mess/includes]gamecom.h
[src/mess/layout]gamecom.lay

r33391 Saturday 15th November, 2014 at 14:42:37 UTC by Angelo Salese
Added f/f mechanism for irq, game works (lol?), added information about a very crude protection mechanism.
[src/mame/drivers]alinvade.c

r33390 Saturday 15th November, 2014 at 12:41:20 UTC by Angelo Salese
Add irq mask and irq, hangs attempting to play.
[src/mame/drivers]alinvade.c

r33389 Saturday 15th November, 2014 at 12:28:56 UTC by Angelo Salese
Improve template file family properties, added readme and licensed as BSD-3-Clause [Angelo Salese]
[src/emu/machine]pla.c
[src/lib/util]plaparse.c
[src/mame]mame.lst
[src/mame/drivers]alinvade.c goldngam.c lethal.c naomi.c popobear.c
[src/mame/etc]template_cpu.c template_cpu.h template_device.c template_device.h template_driver.c template_readme.txt*
[src/mame/includes]lethal.h
[src/mame/video]lethal.c
[src/mess/drivers]ngen.c
[src/mess/includes]gamecom.h
[src/mess/layout]gamecom.lay

r33388 Saturday 15th November, 2014 at 13:17:44 UTC by Scott Stone
Merge pull request #46 from p1pkin/naomi#4

Naomi updates and corrections [Metallic]
Ferrari F355 (original no-link deluxe) USA BIOS added [Andy Geezer]
[src/emu/bus/plus4]c1551.h
[src/emu/cpu/mips]mips3drc.c
[src/emu/drivers]xtal.h
[src/emu/machine]pla.c pla.h
[src/lib/util]plaparse.c
[src/mame]mame.lst
[src/mame/drivers]3x3puzzl.c alinvade.c cps2.c dynax.c fastfred.c goldngam.c lethal.c oneshot.c popobear.c segas16b.c ttchamp.c
[src/mame/includes]lethal.h
[src/mame/video]lethal.c
[src/mess]mess.mak
[src/mess/drivers]comp4.c gamecom.c ngen.c simon.c
[src/mess/includes]c128.h c64.h cbm2.h gamecom.h pet.h plus4.h
[src/mess/layout]gamecom.lay*
[src/mess/machine]gamecom.c

r33387 Thursday 13th November, 2014 at 13:04:12 UTC by MetalliC
naomi.c dumped Ferrari F355 (original no-link deluxe) USA BIOS [Andy Geezer]

note: I'm pretty sure also exists Japanese versions of all special Naomi BIOSes for House of the Dead 2, Ferrari F355 and Airline Pilots Deluxe.
none of these is dumped.
[src/mame]mame.lst
[src/mame/drivers]naomi.c

r33386 Thursday 13th November, 2014 at 00:48:50 UTC by MetalliC
naomi.c doc update and corrections
[src/emu/bus/plus4]c1551.h
[src/emu/cpu/mips]mips3drc.c
[src/emu/drivers]xtal.h
[src/emu/machine]pla.c pla.h
[src/lib/util]plaparse.c
[src/mame]mame.lst
[src/mame/drivers]3x3puzzl.c alinvade.c cps2.c dynax.c fastfred.c goldngam.c lethal.c naomi.c oneshot.c popobear.c segas16b.c ttchamp.c
[src/mame/includes]lethal.h
[src/mame/video]lethal.c
[src/mess]mess.mak
[src/mess/drivers]comp4.c gamecom.c ngen.c simon.c
[src/mess/includes]c128.h c64.h cbm2.h gamecom.h pet.h plus4.h
[src/mess/layout]gamecom.lay
[src/mess/machine]gamecom.c

r33385 Saturday 15th November, 2014 at 12:11:20 UTC by Barry Rodewald
ngen: added basic display, and other little bits of WIP.
[src/mess/drivers]ngen.c

r33384 Saturday 15th November, 2014 at 10:53:32 UTC by Mariusz Wojcieszek
New games promoted from NOT_WORKING

----------------------------------------------
Alien Invaders [Seth Soffer, David Haywood, Mariusz Wojcieszek]
[src/mame/drivers]alinvade.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team