Note Feed

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

Previous 50 199869 Revisions Next 50

r188557 Sunday 10th July, 2022 at 15:34:23 UTC by hap
New working clones
------------------
Excel 68000 Mach III Master (set 2) [Lars Hjorth]
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/fidelity]eag68k.cpp

r188556 Sunday 10th July, 2022 at 15:34:23 UTC by hap
saitek_osa maestro: added 2 older C version sets [Berger]
[/branches/barcrest/src/devices/bus/saitek_osa]maestro.cpp

r188555 Sunday 10th July, 2022 at 15:25:39 UTC by Vasantha Crabb
Minor cleanup:

* Don't put full path to target resources in generated version resource
 file.
* apple/sonora.cpp: Only #include "emu.h" as first thing in .cpp file to
 avoid PCH issues.
* taito/rbisland.cpp: Cleaned up a few details.
[/branches/barcrest/scripts/src]main.lua
[/branches/barcrest/src/mame/apple]maclc3.cpp sonora.cpp sonora.h
[/branches/barcrest/src/mame/taito]rbisland.cpp

r188554 Sunday 10th July, 2022 at 03:07:18 UTC by 0kmg
n64.xml: Converted ROM sizes to hexadecimal. (#10055)

* Marked Dragon Sword prototypes as bad dumps and noted incorrect sizes.
* Marked a few more oddball-sized ROMs as bad dumps.
* Cleared up comment grammar.
[/branches/barcrest/hash]n64.xml

r188553 Saturday 9th July, 2022 at 22:07:13 UTC by Michael Zapf
Give proper credits to patch author (nw)
[/branches/barcrest/src/lib/util]client_ws.hpp

r188552 Saturday 9th July, 2022 at 20:55:17 UTC by Michael Zapf
ti99: Improved TIPI stability in communication with real Raspberry Pis
[/branches/barcrest/src/devices/bus/ti99/peb]tipi.cpp tipi.h

r188551 Saturday 9th July, 2022 at 20:22:37 UTC by Michael Zapf
Fixes communication with WebSocket servers that send data immediately after the handshake.
[/branches/barcrest/src/lib/util]client_ws.hpp

r188550 Saturday 9th July, 2022 at 19:03:10 UTC by R. Belmont
pdriftj, pdriftl: Replaced World sound ROMs with versions from a complete Japan-version PCB. [Guru]

The EPR number on the Z80 program fits the sequence for pdriftj but the sound itself seems to be
the same as the World version.
[/branches/barcrest/src/mame/sega]segaybd.cpp

r188549 Saturday 9th July, 2022 at 16:46:44 UTC by holub
spectrum-v.cpp: avoid screen update before video initialized - MT8370 (#10053)
[/branches/barcrest/src/mame/sinclair]spectrum_v.cpp

r188548 Saturday 9th July, 2022 at 16:14:37 UTC by hap
exidy440: fix invalid array access
[/branches/barcrest/src/mame/exidy]exidy440_a.cpp exidy440_a.h

r188547 Saturday 9th July, 2022 at 12:41:09 UTC by Robbbert
Updated mess.flt
[/branches/barcrest/src/mame]mess.flt

r188546 Saturday 9th July, 2022 at 07:17:47 UTC by Osso
New working clones
------------------
Crazy Climber (MM Computer Games bootleg) [trol]
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/nichibutsu]cclimber.cpp

r188545 Friday 8th July, 2022 at 23:29:33 UTC by R. Belmont
mv_sonora: Support machines with a 32-bit wide bus. [R. Belmont]
[/branches/barcrest/src/devices/machine]mv_sonora.cpp mv_sonora.h

r188544 Friday 8th July, 2022 at 23:26:06 UTC by R. Belmont
mac.cpp: Moved maclc3 and maclc520 to a new, cleaner, independent driver. [R. Belmont]
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/apple]mac.cpp mac.h mac_m.cpp mac_v.cpp maclc3.cpp* sonora.cpp* sonora.h*

r188543 Friday 8th July, 2022 at 16:31:20 UTC by Osso
- vegas.cpp: dumped revision 2.6 of the nbanfl boot ROM [Genaro Rodarte]

- rbisland.cpp: consolidated in one single file, minor cleanups
[/branches/barcrest/src/mame/midway]vegas.cpp
[/branches/barcrest/src/mame/taito]rbisland.cpp rbisland.h rbisland_v.cpp

r188542 Friday 8th July, 2022 at 16:26:41 UTC by hap
source org: move pdp1 to dec folder
[/branches/barcrest/src/mame]mame.lst mess.flt
[/branches/barcrest/src/mame/dec]pdp1.cpp* pdp1.h* pdp1_v.cpp*
[/branches/barcrest/src/mame/pdp1]pdp1.cpp pdp1.h pdp1_v.cpp

r188541 Friday 8th July, 2022 at 16:07:17 UTC by hap
luckybal: fixed random crash at start
[/branches/barcrest/src/mame/misc]luckybal.cpp

r188540 Friday 8th July, 2022 at 13:44:18 UTC by Aaron Giles
Update ymfm library to latest version (a78b567): [Aaron Giles, hyano] (#10052)

- Fix incorrect operator volumes in some cases for OPL (MT8108)
- Fix PCM playback to cut off previous notes when new waveforms are selected (see dragnblz)
- Fix reversed OPM noise frequency
- Fix bug preventing CSM key ons from being noticed
- Fix bug where SSG EG envelope could be left in inverted state
- Fix SSG envelope handling when tone and noise are off
- Increase strength of DAC discontinuity in YM2612
- Improve latching logic for fnums in OPN
- Increase envelope suppression threshold so some effects don't get prematurely muted
- Improve ADPCM-B behavior at stop/limit addresses (more thorough rewrite here coming later)
[/branches/barcrest/3rdparty/ymfm/src]ymfm.h ymfm_adpcm.cpp ymfm_adpcm.h ymfm_fm.h ymfm_fm.ipp ymfm_opl.cpp ymfm_opm.cpp ymfm_opm.h ymfm_opn.cpp ymfm_opn.h ymfm_pcm.cpp ymfm_pcm.h ymfm_ssg.cpp ymfm_ssg.h

r188539 Friday 8th July, 2022 at 02:51:18 UTC by Robbbert
dragonsh: stop error.log filling up with gigabytes of junk
[/branches/barcrest/src/mame/neogeo]neogeo.cpp

r188538 Thursday 7th July, 2022 at 15:37:44 UTC by AJR
m4bjsm, m4bjsma: Add RTC; system boots now
[/branches/barcrest/src/mame/barcrest]mpu4mod2sw.cpp

r188537 Thursday 7th July, 2022 at 13:34:07 UTC by David Haywood
mpu4: set YM XTAL to match PCB, fix some Dutch reel / input setups so that sets boot, move a couple of sets (#10039)

* mpu4: set YM XTAL to match PCB

* fix some Dutch reel / input setups so that sets boot

* move a couple of sets

* disable coinlock logic for now, the code is clearly not suitable for all cases, probably needs to be per machine

* remove an identical clone set, game clearly boots as 'Atlantis' not Triple Dice'

* fix a few more reel setups

* allow m4madhse to boot based on AJR's research

* m4matdr appears to be a 6 reel setup, this pushes it past the reel check to another error
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/barcrest]mpu4.cpp mpu4.h mpu4_characteriser_pal.h mpu4mod2sw.cpp mpu4mod4oki.cpp mpu4mod4yam.cpp mpu4unsorted.cpp

r188536 Thursday 7th July, 2022 at 10:16:09 UTC by Miodrag Milanović
Fix PCI device initialization (#10048)
[/branches/barcrest/src/devices/machine]pci.cpp pci.h

r188535 Thursday 7th July, 2022 at 10:04:22 UTC by Vasantha Crabb
bgfx: Re-built shaders for crt-geom update.
[/branches/barcrest/bgfx/chains]crt-geom-deluxe.json crt-geom.json
[/branches/barcrest/bgfx/shaders/dx11/chains/crt-geom]fs_crt-geom-deluxe.bin fs_crt-geom.bin fs_gaussx.bin fs_gaussy.bin fs_lowpass.bin vs_gaussx.bin vs_gaussy.bin vs_lowpass.bin
[/branches/barcrest/bgfx/shaders/dx9/chains/crt-geom]fs_crt-geom-deluxe.bin fs_crt-geom.bin fs_gaussx.bin fs_gaussy.bin fs_lowpass.bin vs_gaussx.bin vs_gaussy.bin vs_lowpass.bin
[/branches/barcrest/scripts/build]makedep.py

r188534 Thursday 7th July, 2022 at 09:15:55 UTC by cgwg
bgfx: crt-geom and crt-geom-deluxe improvements: (#8653)

* crt-geom-deluxe: Increased number of taps for halation and increased maximum width.
* crt-geom*: Moved repeated crt-geom/crt-geom-deluxe functions into their own file.
* crt-geom and crt-geom-deluxe: added support for sRGB output gamma ramp and made it the default.
[/branches/barcrest/bgfx/chains]crt-geom-deluxe.json crt-geom.json
[/branches/barcrest/bgfx/effects/crt-geom]crt-geom-deluxe.json crt-geom.json
[/branches/barcrest/bgfx/shaders/essl/chains/crt-geom]fs_crt-geom-deluxe.bin fs_crt-geom.bin fs_gaussx.bin fs_gaussy.bin vs_gaussx.bin vs_gaussy.bin
[/branches/barcrest/bgfx/shaders/glsl/chains/crt-geom]fs_crt-geom-deluxe.bin fs_crt-geom.bin fs_gaussx.bin fs_gaussy.bin vs_gaussx.bin vs_gaussy.bin
[/branches/barcrest/bgfx/shaders/metal/chains/crt-geom]fs_crt-geom-deluxe.bin fs_crt-geom.bin fs_gaussx.bin fs_gaussy.bin vs_gaussx.bin vs_gaussy.bin
[/branches/barcrest/bgfx/shaders/spirv/chains/crt-geom]fs_crt-geom-deluxe.bin fs_crt-geom.bin fs_gaussx.bin fs_gaussy.bin vs_gaussx.bin vs_gaussy.bin
[/branches/barcrest/src/osd/modules/render/bgfx/shaders/chains/crt-geom]crt-geom_common.sc* fs_crt-geom-deluxe.sc fs_crt-geom.sc fs_gaussx.sc fs_gaussy.sc varying.def.sc vs_gaussx.sc vs_gaussy.sc

r188533 Thursday 7th July, 2022 at 09:08:04 UTC by Miodrag Milanović
bus/ide: Added ATA CompactFlash device. (#9782)
[/branches/barcrest/src/devices/bus/ata]atadev.cpp idehd.cpp idehd.h
[/branches/barcrest/src/devices/bus/rc2014]cf.cpp

r188532 Thursday 7th July, 2022 at 08:40:34 UTC by brice.onken
machine/z80scc.cpp: Implemented /W//REQ and /DTR//REQ DMA request features. (#9952)

Adds support for using /W//REQ as the RX DMA pin, as well as the /DTR//REQ pin as the TX DMA pin, allowing software that uses both directions simultaneously to function.
[/branches/barcrest/src/devices/machine]z80scc.cpp z80scc.h

r188531 Thursday 7th July, 2022 at 07:52:28 UTC by Miodrag Milanović
remove not used template function
[/branches/barcrest/src/osd/modules/lib]osdobj_common.h

r188530 Thursday 7th July, 2022 at 04:05:58 UTC by 0kmg
gameboy.xml: Added 14 prototypes. (#10030)

New working software list additions (gameboy.xml)
-----------------------------------
Aladdin (Europe, sample) [thevideogameproject]
Dennis (Europe, prototype) [ashthedragon]
Disney's Darkwing Duck (prototype) [FNeogeo, Forest of Illusion]
Dr. Franken (Europe, prototype) [Aetius For Real]
Eddie's Puzzle Time (prototype) [Jason McGann]
Felix the Cat (prototype) [DillyDylan, drx]
Hook (USA, prototype) [FNeogeo, Forest of Illusion]
Joe & Mac - Caveman Ninja (Europe, prototype) [ashthedragon]
Lemmings (prototype) [speedyink]
Mega Man III (USA, sample) [Skaarg, Rockman Corner]
Mortal Kombat (prototype) [ashthedragon]
R-Type II (prototype) [The Retro Future]
Tintin in Tibet (Europe, En / Es / It / Sv, prototype) [Aetius For Real]

New NOT_WORKING software list additions (gameboy.xml)
---------------------------------------
Death Track (prototype) [speedyink]
[/branches/barcrest/hash]gameboy.xml

r188529 Thursday 7th July, 2022 at 03:56:28 UTC by 0kmg
nes.xml: Added nine prototypes. (#10026)

New working software list additions (nes.xml)
-----------------------------------
Déjà Vu (USA, prototype, 19900428) [Forest of Illusion]
Déjà Vu (USA, prototype, 19900508) [Forest of Illusion]
Déjà Vu (USA, prototype, 19900515) [Forest of Illusion]
Déjà Vu (USA, prototype, 19900703) [Forest of Illusion]
Heavy Shreddin' (USA, prototype) [johnsodu]
Shadowgate (Japan, prototype) [Forest of Illusion]
Uninvited (USA, prototype, 19900704) [Forest of Illusion]
Uninvited (USA, prototype, 19900823) [Forest of Illusion]
Uninvited (USA, prototype, 19900910) [Forest of Illusion]
[/branches/barcrest/hash]nes.xml

r188528 Thursday 7th July, 2022 at 01:54:01 UTC by Vasantha Crabb
Fail earlier in the build process if SOURCES= specifies no files containing system definitions
[/branches/barcrest/scripts]genie.lua
[/branches/barcrest/scripts/build]makedep.py

r188527 Wednesday 6th July, 2022 at 19:40:51 UTC by hap
leonardo/renaissa: correct ACK output
[/branches/barcrest/src/devices/bus/odyssey2]homecomp.cpp
[/branches/barcrest/src/devices/bus/saitek_osa]maestro.cpp maestroa.cpp
[/branches/barcrest/src/mame/saitek]leonardo.cpp renaissance.cpp

r188526 Wednesday 6th July, 2022 at 16:04:05 UTC by Osso
supduck.cpp: used finder for memory bank and other minor cleanups
[/branches/barcrest/src/devices/machine]roc10937.cpp roc10937.h
[/branches/barcrest/src/mame]arcade.flt mame.lst
[/branches/barcrest/src/mame/barcrest]mpu4.cpp mpu4.h mpu4_characteriser_pal.h mpu4avan.cpp mpu4bwb.cpp mpu4concept.cpp mpu4crystal.cpp mpu4dealem.cpp mpu4empire.cpp mpu4mdm.cpp mpu4misc.cpp mpu4mod2sw.cpp mpu4mod4oki.cpp mpu4mod4yam.cpp mpu4plasma.cpp mpu4redpoint.cpp mpu4union.cpp mpu4unsorted.cpp mpu4vid.cpp
[/branches/barcrest/src/mame/capcom]supduck.cpp
[/branches/barcrest/src/mame/layout]connect4.lay
[/branches/barcrest/src/mame/misc]39in1.cpp

r188525 Sunday 25th September, 2022 at 09:05:29 UTC by Olivier Galibert
mtu130: Add initial software list
[hash]mtu130_flop.xml*
[src/mame/misc]mtu130.cpp

r188524 Sunday 25th September, 2022 at 08:27:52 UTC by Olivier Galibert
mtu130: Caps lock is a toggle
[src/mame/misc]mtu130.cpp

r188523 Sunday 25th September, 2022 at 08:26:12 UTC by Olivier Galibert
mtu130: Add id prom
[src/mame/misc]mtu130.cpp

r188522 Sunday 25th September, 2022 at 01:43:26 UTC by R. Belmont
imgtool: make the Apple formats build, but they will not function (did they before?) [R. Belmont]
[src/tools/imgtool/modules]mac.cpp prodos.cpp

r188521 Sunday 25th September, 2022 at 00:48:35 UTC by R. Belmont
apple: remove legacy floppy format handlers. [R. Belmont]
[src/lib/formats]ap2_dsk.cpp ap2_dsk.h ap_dsk35.cpp ap_dsk35.h
[src/mame/apple]apple2e.cpp

r188520 Sunday 25th September, 2022 at 00:32:06 UTC by R. Belmont
Fix missed build file from previous commits. [R. Belmont]
[scripts/src]bus.lua

r188519 Sunday 25th September, 2022 at 00:28:48 UTC by R. Belmont
apple: remove the legacy version of the SWIM device. [R. Belmont]
[src/mame/apple]swim.cpp swim.h

r188518 Sunday 25th September, 2022 at 00:18:35 UTC by R. Belmont
apple2: final removal of Apple II support for the legacy floppy system. [R. Belmont]
[scripts/src]machine.lua
[src/devices/bus/a2bus]a2diskii.cpp a2diskii.h a2diskiing.cpp a2diskiing.h cards.cpp
[src/devices/machine]appldriv.cpp appldriv.h applefdc.cpp applefdc.h
[src/mame/agat]agat.cpp

r188517 Saturday 24th September, 2022 at 20:59:14 UTC by R. Belmont
apple2e.cpp: all Laser 128 models now use the new floppy system and can run .woz images. [R. Belmont]
[src/mame/apple]apple2e.cpp

r188516 Saturday 24th September, 2022 at 18:55:29 UTC by MetalliC
model3.cpp: redumped magtruck, changed description to (Export) [Andy Geezer]
[src/mame/sega]model3.cpp

r188515 Saturday 24th September, 2022 at 14:56:34 UTC by Vasantha Crabb
srcclean pass in preparation for release branch
[/branches]release0248*

r188514 Saturday 24th September, 2022 at 14:56:34 UTC by Vasantha Crabb
srcclean pass in preparation for release branch
[hash]apple2gs_flop_orig.xml digiblast_cart.xml ekara_japan_s.xml
[src/devices/bus/mtu130]board.h
[src/devices/cpu/m6502]m6502.h
[src/devices/sound]hc55516.cpp
[src/lib/formats]ap2_dsk.cpp fsmgr.h victor9k_dsk.cpp
[src/mame/act]victor9k.cpp
[src/mame/apple]apple2gs.cpp lisa.cpp
[src/mame/facit]f4431.cpp f4431_kbd.cpp
[src/mame/ibm]rs6000_type7xxx.cpp
[src/mame/konami]rockrage.cpp
[src/mame/layout]f4431.lay
[src/mame/misc]mtu130.cpp
[src/mame/psikyo]psikyosh.cpp

r188513 Saturday 24th September, 2022 at 13:46:56 UTC by arcadeshadow
ibm5150.xml: 6 new working software list additions (#10365)

New working software list additions
-----------------------------------
Chess Simulator [The Good Old Days]
Chicago 90 [The Good Old Days]
California Pro Golf [The Good Old Days]
Command H.Q. (3.5") [The Good Old Days]
Command H.Q. (5.25") [The Good Old Days]
Expert Will (v1.4) [ibmpc5150, archive.org]

Metadata correction: Change floppy interface to 3_5 on "Wizardry" games
[hash]ibm5150.xml

r188512 Saturday 24th September, 2022 at 13:00:04 UTC by 0kmg
-arcadia.xml: Added Japanese titles to Bandai games. (#10360)

-mz2500.xml: Corrected gomokuna publisher.
[hash]arcadia.xml famicom_cass.xml mz2500.xml

r188511 Saturday 24th September, 2022 at 11:31:05 UTC by 0kmg
a2600.xml: Added 19 homebrew cartridges. (#10364)

New working software list additions (a2600.xml)
-----------------------------------
Climber 5 (NTSC) [AtariAge]
Climber 5 (PAL) [AtariAge]
Gunfight (NTSC) [AtariAge]
Gunfight (PAL) [AtariAge]
Jammed [AtariAge]
Marble Craze (NTSC) [AtariAge]
Marble Craze (PAL) [AtariAge]
Oystron [AtariAge]
Qb (NTSC) [AtariAge]
Qb (PAL) [AtariAge]
Seawolf (NTSC) [AtariAge]
Seawolf (PAL) [AtariAge]
Space Instigators [AtariAge]
Star Fire (NTSC) [AtariAge]
Star Fire (PAL) [AtariAge]
Synthcart [AtariAge]
Testcart [AtariAge]
Thrust+ - D.C. Edition [AtariAge]
Thrust+ - Platinum Edition [AtariAge]
[hash]a2600.xml

r188510 Saturday 24th September, 2022 at 11:28:26 UTC by 0kmg
famicom_cass.xml: Added one more Micom BASIC magazine game. (#10363)

New working software list additions
-----------------------------------
famicom_cass.xml: Star Ship Go!! [ozidual, Gaming Alexandria]
[hash]famicom_cass.xml

r188509 Saturday 24th September, 2022 at 10:06:51 UTC by Dirk Best
er1400: Correct clock phase and better handle data reads

Fixes various issues in drivers.
[src/devices/machine]er1400.cpp
[src/mame/dec]decwritr.cpp vt100.cpp
[src/mame/facit]f4431.cpp facit4440.cpp
[src/mame/learsiegler]adm36.cpp
[src/mame/wyse]wy50.cpp wy85.cpp

r188508 Saturday 24th September, 2022 at 07:34:36 UTC by Osso
namco/namcops2.cpp: redumped HDD for cobrata [Guru]
[src/mame/namco]namcops2.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team