Note Feed

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

Previous 50 199869 Revisions Next 50

r198669 Thursday 14th September, 2023 at 16:44:34 UTC by nekoziman
Added a Shoei bootleg of Atari Football, and an older version of Trojan (#11548)

* atari/atarifb.cpp: Added Amerug (Shoei bootleg of Atari Football).
* konami/trackfld.cpp: Re-dumped ROMs for Hipoly (bootleg of Hyper Olympic), allowing the game to work.
* capcom/lwings.cpp: Added an older version of Tatakai no Banka (known as Trojan outside Japan).
* capcom/lwings.cpp: Corrected ROM labels for Legendary Wings, Section Z and Trojan games.

New working clones
--------------------
Amerug (Shoei bootleg of Atari Football) [Team Japump!!!, Wayder]
Tatakai no Banka (Japan, old ver.) [Team Japump!!!, Wayder]

Clones promoted to working
-----------------------------
Hipoly (bootleg of Hyper Olympic) [QtQ, Team Japump!!!, Wayder]
[src/mame]mame.lst
[src/mame/atari]atarifb.cpp
[src/mame/capcom]lwings.cpp
[src/mame/konami]trackfld.cpp

r198668 Thursday 14th September, 2023 at 03:22:43 UTC by AJR
macpdm.cpp: Run 53C9x DMA in word mode
[src/mame/apple]macpdm.cpp

r198667 Thursday 14th September, 2023 at 03:04:08 UTC by Roberto Fresca
Dora Neco BanBan: Added more game notes...
[src/mame/misc]katosmedz80.cpp

r198666 Thursday 14th September, 2023 at 02:51:39 UTC by Roberto Fresca
Dora Neco BanBan improvements... [Roberto Fresca, Grull Osgo]
- Fixed the 7seg LEDS.
- Rewrite the output system.
- Added support for the bidirectional stepper motors for cat arms.
- Hooked the arm sensors.
- Figured out and added the food lamps.
- Added a internal layout with all the output lines activity,
   besides a working playfield.
- Added technical notes.
- A lot of other things to get the game working.

Use the external artwork for a realistic experience.
[src/mame/layout]dnbanban.lay
[src/mame/misc]katosmedz80.cpp

r198665 Thursday 14th September, 2023 at 01:32:47 UTC by R. Belmont
apple/macpdm.cpp: Fix VIA2 interrupts, we now have a mouse pointer. [R. Belmont]
[src/mame/apple]macpdm.cpp

r198664 Thursday 14th September, 2023 at 00:27:47 UTC by mi.tek.bak
nscsi: Add SCSI tape device based on SIMH tape image format (#11430)
[scripts/src]bus.lua lib.lua machine.lua
[src/devices/bus/nscsi]devices.cpp tape.cpp* tape.h*
[src/devices/imagedev]simh_tape_image.cpp* simh_tape_image.h*
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h
[src/lib/util]multibyte.h* simh_tape_file.cpp* simh_tape_file.h* tape_file_interface.h*

r198663 Wednesday 13th September, 2023 at 15:28:21 UTC by clawgrip
efo/cedar_magnet.cpp: Add a new game, ordered the games on the driver... (#11543)

* efo/cedar_magnet.cpp: Add a new game, ordered the games on the driver, and reformatted comments

New WORKING clone
------------------------
Booby Kids (Magnet System) [Hugo Benedet, Recreativas.org]
[src/mame]mame.lst
[src/mame/efo]cedar_magnet.cpp

r198662 Wednesday 13th September, 2023 at 10:13:26 UTC by patrick.mackinlay
bus/vme: avoid breaking listxml
[src/devices/bus/vme]vme.cpp
[src/mame/sgi]ip4.cpp

r198661 Wednesday 13th September, 2023 at 09:11:08 UTC by patrick.mackinlay
sys68k_cpu1: fix validation
[src/devices/bus/vme]sys68k_cpu1.cpp

r198660 Wednesday 13th September, 2023 at 06:33:37 UTC by patrick.mackinlay
bus/vme: remove accidental added file
[src/mame]vme.flt

r198659 Wednesday 13th September, 2023 at 06:20:27 UTC by patrick.mackinlay
bus/vme: major overhaul

- add support for address modifiers
- add support for shared interrupt request lines
- add support for interrupt acknowledge daisy chain
- add support for bus error
- add slot device option aggregator
- standardized slot device file, device and class naming
- enp10: implement vme interface
- hk68v10: convert to slot device, improve boot vector and rom handling
- mzr8105: convert to slot device, improve boot vector and rom handling, add vme short space access
- mzr8300: convert to slot device, expose to bus
- sys68k*: convert to slot device, improve boot vector and rom handling
- force/fccpu20: converted to slot device
- sgi/ip4: converted to twin tower chassis with ip4 slot device
[scripts/src]bus.lua
[src/devices/bus/vme]cp31.cpp* cp31.h* enp10.cpp enp10.h hcpu30.cpp* hcpu30.h* hk68v10.cpp* hk68v10.h* mvme120.cpp* mvme120.h* mvme147.cpp* mvme147.h* mvme180.cpp* mvme180.h* mvme181.cpp* mvme181.h* mvme187.cpp mvme187.h mvme327a.cpp* mvme327a.h* mvme350.cpp* mvme350.h* mzr8105.cpp* mzr8105.h* mzr8300.cpp* mzr8300.h* smvme2000.cpp* smvme2000.h* sys68k_cpu1.cpp* sys68k_cpu1.h* sys68k_cpu20.cpp* sys68k_cpu20.h* sys68k_cpu30.cpp* sys68k_cpu30.h* sys68k_iscsi.cpp* sys68k_iscsi.h* sys68k_isio.cpp* sys68k_isio.h* tp881v.cpp tp881v.h vme.cpp vme.h vme_cards.cpp* vme_cards.h* vme_cp31.cpp vme_cp31.h vme_fccpu20.cpp vme_fccpu20.h vme_fcisio.cpp vme_fcisio.h vme_fcscsi.cpp vme_fcscsi.h vme_hcpu30.cpp vme_hcpu30.h vme_mvme120.cpp vme_mvme120.h vme_mvme180.cpp vme_mvme180.h vme_mvme181.cpp vme_mvme181.h vme_mvme327a.cpp vme_mvme327a.h vme_mvme350.cpp vme_mvme350.h vme_mzr8105.cpp vme_mzr8105.h vme_mzr8300.cpp vme_mzr8300.h vme_smvme2000.cpp vme_smvme2000.h
[src/mame]mame.lst vme.flt*
[src/mame/force]fccpu20.cpp fccpu30.cpp force68k.cpp miniforce.cpp
[src/mame/heurikon]hk68v10.cpp
[src/mame/mizar]mzr8105.cpp
[src/mame/motorola]m8120.cpp mvme147.cpp sys1121.cpp
[src/mame/sgi]ip4.cpp ip4.h* tt.cpp*

r198658 Tuesday 12th September, 2023 at 10:24:16 UTC by hap
apple/dafb: revert chmod 755 change
[src/mame/apple]dafb.cpp

r198657 Tuesday 12th September, 2023 at 09:45:59 UTC by hap
rezon: lower refresh rate more
[src/mame/seta]seta.cpp

r198656 Tuesday 12th September, 2023 at 09:32:02 UTC by hap
rezon: lower screen refreshrate
[src/mame/seta]seta.cpp

r198655 Monday 11th September, 2023 at 22:29:54 UTC by Roberto Fresca
DoraNeco BanBan improvements...
- Added port 8000h for two different game types.
- Added inputs for game select.
[src/mame/misc]katosmedz80.cpp

r198654 Monday 11th September, 2023 at 22:04:25 UTC by Roberto Fresca
DoraNeko BanBan improvements:
- Improved inputs.
- Hits microswitches by arm.
- Coinage DIP switch.
- Test Mode DIP switch.
- Proper door, coin-in, & service coin inputs.
[src/mame/misc]katosmedz80.cpp

r198653 Monday 11th September, 2023 at 18:43:04 UTC by davidian1024
osd/sdl: Don't specify SDL_WINDOW_BORDERLESS for full-screen windows. (#11546)

May address GitHub #7532 and #7922.
[src/osd/sdl]window.cpp

r198652 Monday 11th September, 2023 at 18:33:00 UTC by mark.garlanger
heathkit/tlb.cpp: Fixed warning about uninitialised member variable. (#11538)
[src/mame/heathkit]tlb.cpp

r198651 Monday 11th September, 2023 at 17:38:37 UTC by davidian1024
osd/sdl: Fixed interpretation of result of SDL_GetDesktopDisplayMode. (#11547)

Fixes display mode not being printed.
[src/osd/sdl]osdsdl.cpp

r198650 Monday 11th September, 2023 at 16:58:38 UTC by clawgrip
misc/falgas_m89.cpp: Fixed typo in fantcar87 ROM label. (#11544)
[src/mame/misc]falgas_m89.cpp

r198649 Monday 11th September, 2023 at 10:54:52 UTC by hap
cps2: simplify prev commit, and change dsw setting order in UI from on-off to off-on
[src/mame/capcom]cps2.cpp

r198648 Monday 11th September, 2023 at 10:28:19 UTC by damian.rogers
capcom/cps2.cpp: Support for CPS2 debug DIP switches (#11540)

* initial working version

* fixed incorrect mapping in memory by using a custom read handler; cleaned up unnecessary port conditions; better comments

* moved read handler directly into the map segment; renamed hardware type device tag

* corrected accidentally moved line break

* switched from native array usage to optional_ioport_array
[src/mame/capcom]cps2.cpp

r198647 Monday 11th September, 2023 at 10:27:28 UTC by hap
fidelity/elite: update notes about new game
[src/mame/fidelity]elite.cpp

r198646 Monday 11th September, 2023 at 09:32:23 UTC by hap
misc handheld: update notes about sound
[src/mame/handheld]hh_hmcs40.cpp hh_melps4.cpp hh_sm510.cpp hh_tms1k.cpp hh_ucom4.cpp

r198645 Monday 11th September, 2023 at 03:27:15 UTC by Roberto Fresca
DoraNeko BanBan improvements...
- Added more inputs related to the stepper motors.
- Added preliminary 7-seg LEDs support.
- Added support for port 08h.
- Hooked debug lamps to see the ports behaviour.
- Created an internal layout.
[src/mame/layout]dnbanban.lay*
[src/mame/misc]katosmedz80.cpp

r198644 Monday 11th September, 2023 at 01:26:12 UTC by Angelo Salese
video/pc_vga_cirrus.cpp: fix MT#08763
[hash]pc98.xml
[src/devices/video]pc_vga_cirrus.cpp

r198643 Monday 11th September, 2023 at 00:32:16 UTC by R. Belmont
apple/dafb.cpp: Workaround for double-screen issue in 24bpp 832x624, and support 19" 1024x768 monitors on DAFB2 and later. [R. Belmont]
[src/mame/apple]dafb.cpp

r198642 Sunday 10th September, 2023 at 23:51:14 UTC by Roberto Fresca
Doraneko BanBan: Changed the OKI6295 pin7 to HIGH, comparing the sounds
against the videos on the net.
[src/mame/misc]katosmedz80.cpp

r198641 Sunday 10th September, 2023 at 23:46:50 UTC by Roberto Fresca
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/misc]katosmedz80.cpp

r198640 Sunday 10th September, 2023 at 23:44:49 UTC by Angelo Salese
capcom/alien.cpp: fix mem_mask size on I/O in1
[hash]pc98.xml
[src/mame/capcom]alien.cpp
[src/mame/misc]katosmedz80.cpp

r198639 Sunday 10th September, 2023 at 23:46:25 UTC by Roberto Fresca
Doraneko BanBan: Some work on inputs...
- Fixed the error at boot.
- Found and hooked the DIP switches bank.
- Found and hooked the Test Sounds mode.
- Hooked the Coin In and a special coin input.

...more to come.
[src/mame/misc]katosmedz80.cpp

r198638 Sunday 10th September, 2023 at 21:42:24 UTC by hap
New working systems
-------------------
U-Boat [hap, Sean Riddle, eggs]
[src/mame]mame.lst
[src/mame/handheld]hh_tms1k.cpp hh_ucom4.cpp
[src/mame/layout]uboat.lay*

r198637 Sunday 10th September, 2023 at 18:12:13 UTC by holub
sinclair/sprinter.cpp: fix audio chanels for 16b mode (#11542)
[src/mame/sinclair]sprinter.cpp

r198636 Sunday 10th September, 2023 at 17:36:42 UTC by holub
amstrad/amstrad.cpp: fix timings after refactoring (#11541)
[src/mame/amstrad]amstrad_m.cpp

r198635 Sunday 10th September, 2023 at 10:23:39 UTC by hap
speaker: set pan range to -1 to 1,
sliders: show channel volume in percentage and increase maximum to 400%
[src/emu]sound.cpp speaker.cpp speaker.h
[src/frontend/mame/ui]ui.cpp

r198634 Saturday 9th September, 2023 at 20:25:34 UTC by Vasantha Crabb
nitendo/n8080.cpp: Encapsulated sound boards.
[hash]msx1_cass.xml
[src/devices/cpu/dsp16]dsp16.cpp
[src/mame/atari]pong.cpp
[src/mame/heathkit]tlb.cpp
[src/mame/nintendo]n8080.cpp n8080.h n8080_a.cpp n8080_a.h* n8080_v.cpp

r198633 Saturday 9th September, 2023 at 19:53:12 UTC by hap
sound: deprecate cfg defvol, and change newvol to value
[src/emu]sound.cpp

r198632 Saturday 9th September, 2023 at 19:29:50 UTC by AJR
maygayv1.cpp: Use addressable latch device
[src/mame/maygay]maygayv1.cpp

r198631 Saturday 9th September, 2023 at 19:19:35 UTC by hap
sound: add configurable speaker panning
[src/emu]sound.cpp speaker.cpp speaker.h
[src/frontend/mame/ui]ui.cpp ui.h
[src/mame/midway]williams.cpp

r198630 Saturday 9th September, 2023 at 17:11:13 UTC by cam900
igs/igs011.cpp, igs/igs017.cpp: Improved transliterated titles. (#11537)

* Use Japanese title reading for Japanese versions of Dragon World games.
* Fixed mixed translated/transliterated title.
[src/mame/igs]igs011.cpp igs017.cpp

r198629 Saturday 9th September, 2023 at 15:25:08 UTC by Carl
x68k: fix bg size again
[src/mame/sharp]x68k_v.cpp

r198628 Saturday 9th September, 2023 at 09:37:17 UTC by hap
williams: cut comment to remove disagreement
[src/mame/midway]williams.cpp

r198627 Saturday 9th September, 2023 at 08:50:01 UTC by hap
remove x file attribute from some source files
[src/devices/bus/a2bus]romcard.cpp
[src/devices/bus/nscsi]cd.cpp
[src/devices/machine]mpc106.cpp swim1.cpp
[src/devices/sound]asc.cpp
[src/mame]mame.lst
[src/mame/apple]dafb.cpp macquadra630.cpp valkyrie.cpp
[src/mame/ibm]rs6000_type7xxx.cpp
[src/mame/konami]firebeat.cpp k057714.cpp stingnet.cpp
[src/mame/misc]amuzy.cpp
[src/mame/yamaha]ymdx7.cpp

r198626 Saturday 9th September, 2023 at 03:15:33 UTC by AJR
formats/td0_dsk.cpp: Don't swallow bits and bytes at the end of Huffman-encoded images, when the word buffer can no longer be filled
[src/lib/formats]td0_dsk.cpp

r198625 Friday 8th September, 2023 at 23:04:27 UTC by nekoziman
espial: New working clones (#11536)
[src/mame]mame.lst
[src/mame/orca]espial.cpp

r198624 Friday 8th September, 2023 at 21:21:45 UTC by Carl
hd63450: only halt cpu in max transfer rate mode
[src/devices/machine]hd63450.cpp

r198623 Friday 8th September, 2023 at 21:21:45 UTC by GitHub
-

r198622 Friday 8th September, 2023 at 20:57:07 UTC by mark.garlanger
heathkit/tlb.cpp: Fix graphics mode display (#11534)
[src/mame/heathkit]tlb.cpp

r198621 Friday 8th September, 2023 at 20:53:01 UTC by Angelo Salese
machine/rp5c15.cpp: implement set_year_offset setter, fix x68k default year setup to be current rather than -20 (#11530)

* machine/rp5c15.cpp: implement set_year_offset setter, fix x68k default year setup to be current rather than -20

* machine/ds1386.cpp: remove non-existant set_current_time fn override
[src/devices/machine]ds1386.h rp5c15.cpp rp5c15.h
[src/emu]dirtc.h
[src/mame/sharp]x68k.cpp

r198620 Friday 8th September, 2023 at 20:38:12 UTC by hap
New working software list items
-------------------------------
bingobear: Doctor Bingo Bear [Sean Riddle]
[hash]bingobear.xml
[src/mame/tiger]bingobear.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team