Note Feed

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

Previous 50 199869 Revisions Next 50

r191797 Tuesday 3rd January, 2023 at 18:02:44 UTC by David Haywood
new working clones (#10730)

* new working clones
-----
Jungle King (Japan, earlier, alt) [CWorks]

* improve description
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/taito]taitosj.cpp

r191796 Tuesday 3rd January, 2023 at 18:01:29 UTC by clawgrip
New working clone (#10774)

-------------------------------
Bank Panic (Tecfri bootleg) [Eduardo Anay, Recreativas.org]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/sanritsu]bankp.cpp

r191795 Tuesday 3rd January, 2023 at 15:24:34 UTC by tim.lindner
hd6309: Fix STBT instruction (#10781)
[/branches/new68k/src/devices/cpu/m6809]hd6309.lst

r191794 Tuesday 3rd January, 2023 at 13:32:22 UTC by hap
m10: simpler irq handling
[/branches/new68k/src/mame/irem]m10.cpp m10.h

r191793 Tuesday 3rd January, 2023 at 12:58:22 UTC by hap
chessking: add note about testmode
[/branches/new68k/src/mame/handheld]chessking.cpp

r191792 Tuesday 3rd January, 2023 at 05:05:24 UTC by Vasantha Crabb
Updated png.py to 0.0.20 (last version before Python 3.4 support dropped)
[/branches/new68k/scripts/build]png.py

r191791 Tuesday 3rd January, 2023 at 00:18:11 UTC by Angelo Salese
New working software list items
-------------------------------
ibm5170_hdd.xml: Windows 98 Second Edition
[/branches/new68k/hash]ibm5170_hdd.xml

r191790 Monday 2nd January, 2023 at 21:16:34 UTC by devin.acker
casio/ctk551: better default velocity controls (#10776)
[/branches/new68k/src/mame/casio]ctk551.cpp
[/branches/new68k/src/mame/layout]ctk530.lay

r191789 Monday 2nd January, 2023 at 20:14:47 UTC by benrg
Improved Apple II hires graphics color simulation (#10773)

This algorithm decodes the scan line to 560 bits in the same way as the
hardware (and MAME's monochrome modes) and uses a 7-bit sliding window
on the decoded bits. The result is the same as before if all high bits
are clear. If high bits are set, the output is shifted right by one
pixel as it should be, and the unique artifact colors at the boundaries
between bytes with opposite high bits are simulated. (For more about
those colors see page 8-20 of Understanding the Apple II by Jim Sather.)

The monochrome modes are rewritten to use the same decoding logic, which
incidentally fixes some bugs: the left pixel of a 14-pixel group was not
updated at 0-to-1 bit-7 transitions (leaving old pixels on the screen),
the test against cliprect was incorrect, and m_dhires was ignored.
[/branches/new68k/src/mame/apple]apple2video.cpp apple2video.h

r191788 Monday 2nd January, 2023 at 15:05:37 UTC by hap
distate: max_length() has no use for value() either
[/branches/new68k/src/emu]distate.cpp

r191787 Monday 2nd January, 2023 at 14:52:25 UTC by Carl
upd765: unify data_irq and other_irq (#10765)
[/branches/new68k/src/devices/machine]upd765.cpp upd765.h

r191786 Monday 2nd January, 2023 at 07:12:32 UTC by patrick.mackinlay
i8255: update interrupt state with acknowledge/strobe inputs
[/branches/new68k/src/devices/machine]i8255.cpp

r191785 Monday 2nd January, 2023 at 07:10:02 UTC by patrick.mackinlay
m68kfpu: add support for fmove.p (d16,An), Dn

* fixes frequent floating point errors running HP-UX 8 on HP9000/370
[/branches/new68k/src/devices/cpu/m68000]m68kfpu.cpp

r191784 Monday 2nd January, 2023 at 06:56:50 UTC by Vasantha Crabb
emu/romentry.h: Got rid of long-obsolete ROMENTRYTYPE_CARTRIDGE, and improved comments on ROM entry type constants.
[/branches/new68k/src/emu]romentry.h

r191783 Monday 2nd January, 2023 at 01:16:15 UTC by AJR
Fix various headers after 3f9fa672a4e20533a44abc795706c7697ad75c9c
[/branches/new68k/src/mame/atari]jaguar.cpp jaguar.h
[/branches/new68k/src/mame/sega]mdconsole.cpp mdconsole.h

r191782 Monday 2nd January, 2023 at 01:12:47 UTC by AJR
diimage.h: Move a few macro and delegate definitions down into subclasses
[/branches/new68k/src/devices/bus/generic]slot.h
[/branches/new68k/src/devices/bus/ti99x]990_hd.cpp 990_hd.h
[/branches/new68k/src/devices/imagedev]diablo.h harddriv.h
[/branches/new68k/src/emu]diimage.h
[/branches/new68k/src/mame/nintendo]n64.cpp

r191781 Monday 2nd January, 2023 at 00:58:17 UTC by Vasantha Crabb
Bump dates to 2023 where appropriate
[/branches/new68k]COPYING
[/branches/new68k/docs/source]conf.py license.rst whatis.rst
[/branches/new68k/regtests]LICENSE
[/branches/new68k/scripts/build]verinfo.py
[/branches/new68k/tests]LICENSE
[/branches/new68k/web]LICENSE

r191780 Monday 2nd January, 2023 at 00:08:01 UTC by hap
distate: don't try to read unused value() during formatstr
[/branches/new68k/src/devices/cpu/tms9900]tms9900.cpp tms9995.cpp
[/branches/new68k/src/emu]distate.cpp distate.h

r191779 Sunday 1st January, 2023 at 21:46:14 UTC by hap
tms9900: fix crash at start
[/branches/new68k/src/devices/cpu/tms9900]tms9900.cpp tms9995.cpp

r191778 Sunday 1st January, 2023 at 17:36:19 UTC by goldnchild
wy50: add beep (#10771)
[/branches/new68k/src/mame/wyse]wy50.cpp

r191777 Sunday 1st January, 2023 at 14:01:11 UTC by hap
pic16c5x: small cleanup (1-line comments C++ style, switch/case spacing)
[/branches/new68k/src/devices/cpu/pic16c5x]16c5xdsm.cpp 16c5xdsm.h pic16c5x.cpp pic16c5x.h

r191776 Sunday 1st January, 2023 at 02:08:59 UTC by R. Belmont
apple2gs: workaround for Finder thinking the mouse button is initially stuck down. [R. Belmont]
[/branches/new68k/src/mame/apple]apple2gs.cpp

r191775 Sunday 1st January, 2023 at 01:21:56 UTC by R. Belmont
macadb: added the Ins/Del keys and fixed some keypad keys.  [R. Belmont, Kelvin Sherlock]
[/branches/new68k/src/mame/apple]macadb.cpp

r191774 Sunday 1st January, 2023 at 00:54:44 UTC by benrg
Remove a2_video_device::m_dhires_artifact_map (#10767)

m_dhires_artifact_map was just a rotate-four-bits-by-2 lookup table.
The code that used it was already doing four-bit rotations by arbitrary
amounts, so it is slightly simplified by eliminating the table.
[/branches/new68k/src/mame/apple]apple2video.cpp apple2video.h

r191773 Sunday 1st January, 2023 at 00:54:07 UTC by benrg
Merge copies of text_update and plot_text_character in a2_video_device (#10766)

a2_video_device::{text_update,plot_text_character} already had a
template parameter to distinguish II/II+ from IIe/IIc. Extending it
enables {text_update,plot_text_character}{_ultr,_jplus,GS} to be merged
in as well.
[/branches/new68k/src/mame/apple]apple2.cpp apple2e.cpp apple2video.cpp apple2video.h

r191772 Saturday 31st December, 2022 at 22:12:00 UTC by hap
andromed: add coinage dipswitch
[/branches/new68k/src/mame/irem]m10.cpp m10.h m10_v.cpp

r191771 Saturday 31st December, 2022 at 20:42:27 UTC by hap
m11: assume video timing is same as m15
[/branches/new68k/src/emu]xtal.cpp
[/branches/new68k/src/mame/irem]m10.cpp m10.h

r191770 Saturday 31st December, 2022 at 19:47:41 UTC by hap
m10: add PORT_ADJUSTER for irq freq
[/branches/new68k/src/mame/irem]m10.cpp m10.h

r191769 Saturday 31st December, 2022 at 18:40:57 UTC by hap
m15: change 6502 clock to 733khz
[/branches/new68k/src/mame/irem]m10.cpp m10.h

r191768 Saturday 31st December, 2022 at 16:05:04 UTC by hap
megaphx: remove ppi reset workaround, remove vector table ram copy workaround
[/branches/new68k/src/mame/misc]megaphx.cpp
[/branches/new68k/src/mame/shared]inder_vid.h

r191767 Saturday 31st December, 2022 at 15:44:59 UTC by smf
andromed: Changed the ship and "ATTACK !" text colour & moved "ATTACK !" to the top of the screen, to match the video from a working board. Set the dip switch default so you don't receive free credits [smf]
[/branches/new68k/src/mame/irem]m10.cpp m10.h m10_v.cpp

r191766 Saturday 31st December, 2022 at 13:36:14 UTC by David Haywood
misc/megaphx.cpp: Adde YoYo Spell (prototype of Little Robin). (#10763)

New working clones
------
YoYo Spell (prototype) [Opernet,  Recreativas.org]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/misc]megaphx.cpp

r191765 Saturday 31st December, 2022 at 13:32:11 UTC by cam900
igs/pgm.cpp: Use logmacro.h for logging. (#10762)
[/branches/new68k/src/mame/igs]pgm.cpp pgm.h pgmprot_igs027a_type1.cpp pgmprot_igs027a_type2.cpp pgmprot_igs027a_type3.cpp

r191764 Saturday 31st December, 2022 at 08:34:35 UTC by Osso
New working systems
-------------------
Bowling Gum [augitesoul]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/misc]4enraya.cpp

r191763 Saturday 31st December, 2022 at 00:24:56 UTC by smf
Machines promoted to working
============================
Andromeda SS (Japan?) [Dillweed, smf]
[/branches/new68k/src/mame/irem]m10.cpp m10.h m10_v.cpp

r191762 Saturday 31st December, 2022 at 00:07:40 UTC by philip.bennett
Oops, these aren't quite ready yet (nw).
[/branches/new68k/src/mame]mame.lst

r191761 Saturday 31st December, 2022 at 00:03:52 UTC by philip.bennett
New working machines
--------------------
Vs. Super Captain Flag [Phil Bennett]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/jaleco]cischeat.cpp cischeat.h

r191760 Friday 30th December, 2022 at 23:47:26 UTC by benrg
Remove a2_video_device::hgr_update_tk2000 (#10764)

It was not referenced anywhere in the source tree, and was just a copy
of hgr_update with the address of page 2 changed from $4000 to $A000.
If support for this is ever needed, it could be handled by adding a
parameter to hgr_update.
[/branches/new68k/src/mame/apple]apple2video.cpp apple2video.h

r191759 Friday 30th December, 2022 at 20:13:51 UTC by hap
ttfball: add volume gate
[/branches/new68k/src/mame/handheld]hh_pic16.cpp

r191758 Friday 30th December, 2022 at 18:25:30 UTC by Osso
New working clones
------------------
Gaplus (GP7) [Arcadecomponents.com, Brian Troha]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/namco]gaplus.cpp

r191757 Friday 30th December, 2022 at 14:40:43 UTC by Vasantha Crabb
Merge tag 'mame0251' into mainline-master

MAME 0.251
[/branches/new68k/hash]chessking_cart.xml* ibm5170_cdrom.xml
[/branches/new68k/scripts/src]bus.lua formats.lua
[/branches/new68k/src/devices/bus/pc8801]README.md* hmb20.cpp* hmb20.h* jmbx1.cpp pc8801_exp.cpp
[/branches/new68k/src/devices/cpu/i386]i386segs.hxx
[/branches/new68k/src/devices/cpu/mcs48]mcs48.cpp
[/branches/new68k/src/devices/cpu/nec]nec80inst.hxx necinstr.hxx
[/branches/new68k/src/devices/cpu/tms34010]makefile tms34010.cpp
[/branches/new68k/src/devices/sound]dac.h
[/branches/new68k/src/devices/video]pc_vga.cpp pc_vga.h
[/branches/new68k/src/lib/formats]all.cpp fs_hplif.cpp* fs_hplif.h* hp300_dsk.cpp* hp300_dsk.h*
[/branches/new68k/src/mame]mame.lst mess.flt
[/branches/new68k/src/mame/acorn]accomm.cpp
[/branches/new68k/src/mame/alpha]meijinsn.cpp shougi.cpp
[/branches/new68k/src/mame/amiga]amiga.cpp
[/branches/new68k/src/mame/apple]apple2e.cpp apple2gs.cpp iphone2g.cpp macadb.cpp macadb.h
[/branches/new68k/src/mame/atari]arcadecl.cpp arcadecl.h arcadecl_v.cpp atarisy2.h cybstorm.cpp cybstorm.h cybstorm_v.cpp
[/branches/new68k/src/mame/bandai]tamag1.cpp
[/branches/new68k/src/mame/handheld]chessking.cpp* hh_cop400.cpp hh_pic16.cpp
[/branches/new68k/src/mame/homelab]braiplus.cpp
[/branches/new68k/src/mame/misc]cv1k.cpp gamtor.cpp lependu.cpp tickee.cpp
[/branches/new68k/src/mame/namco]namco65.h namco68.h tceptor.cpp tceptor.h tceptor_v.cpp
[/branches/new68k/src/mame/nmk]cultures.cpp
[/branches/new68k/src/mame/pacman]pengo.cpp
[/branches/new68k/src/mame/pc]pcat_dyn.cpp
[/branches/new68k/src/mame/sfrj]galaxy.cpp galaxy.h galaxy_m.cpp galaxy_v.cpp galeb.cpp orao.cpp pecom.cpp pecom.h pecom_m.cpp pecom_v.cpp tim011.cpp
[/branches/new68k/src/mame/shared]vt100_kbd.cpp
[/branches/new68k/src/mame/skeleton]textelcomp.cpp
[/branches/new68k/src/mame/taito]taito_l.h
[/branches/new68k/src/mame/ti]ti85.cpp
[/branches/new68k/src/mame/wing]lucky37.cpp superwng.cpp

r191756 Thursday 29th December, 2022 at 14:20:09 UTC by Vasantha Crabb
Bump version to 0.251
[/branches/new68k]makefile
[/branches/new68k/android-project/app/src/main]AndroidManifest.xml
[/branches/new68k/docs/source]conf.py
[/branches/new68k/hash]chessking_cart.xml ibm5170_cdrom.xml
[/branches/new68k/scripts/src]bus.lua formats.lua
[/branches/new68k/src/devices/bus/pc8801]README.md hmb20.cpp hmb20.h jmbx1.cpp pc8801_exp.cpp
[/branches/new68k/src/devices/cpu/i386]i386segs.hxx
[/branches/new68k/src/devices/cpu/mcs48]mcs48.cpp
[/branches/new68k/src/devices/cpu/nec]nec80inst.hxx necinstr.hxx
[/branches/new68k/src/devices/cpu/tms34010]makefile* tms34010.cpp
[/branches/new68k/src/devices/sound]dac.h
[/branches/new68k/src/devices/video]pc_vga.cpp pc_vga.h
[/branches/new68k/src/lib/formats]all.cpp fs_hplif.cpp fs_hplif.h hp300_dsk.cpp hp300_dsk.h
[/branches/new68k/src/mame]mame.lst mess.flt
[/branches/new68k/src/mame/acorn]accomm.cpp
[/branches/new68k/src/mame/alpha]meijinsn.cpp shougi.cpp
[/branches/new68k/src/mame/amiga]amiga.cpp
[/branches/new68k/src/mame/apple]apple2e.cpp apple2gs.cpp iphone2g.cpp macadb.cpp macadb.h
[/branches/new68k/src/mame/atari]arcadecl.cpp arcadecl.h* arcadecl_v.cpp* atarisy2.h cybstorm.cpp cybstorm.h* cybstorm_v.cpp*
[/branches/new68k/src/mame/bandai]tamag1.cpp
[/branches/new68k/src/mame/handheld]chessking.cpp hh_cop400.cpp hh_pic16.cpp
[/branches/new68k/src/mame/homelab]braiplus.cpp
[/branches/new68k/src/mame/misc]cv1k.cpp gamtor.cpp lependu.cpp tickee.cpp
[/branches/new68k/src/mame/namco]namco65.h namco68.h tceptor.cpp tceptor.h tceptor_v.cpp
[/branches/new68k/src/mame/nmk]cultures.cpp
[/branches/new68k/src/mame/pacman]pengo.cpp
[/branches/new68k/src/mame/pc]pcat_dyn.cpp
[/branches/new68k/src/mame/sfrj]galaxy.cpp galaxy.h* galaxy_m.cpp* galaxy_v.cpp* galeb.cpp orao.cpp pecom.cpp pecom.h* pecom_m.cpp* pecom_v.cpp* tim011.cpp
[/branches/new68k/src/mame/shared]vt100_kbd.cpp
[/branches/new68k/src/mame/skeleton]textelcomp.cpp
[/branches/new68k/src/mame/taito]taito_l.h
[/branches/new68k/src/mame/ti]ti85.cpp
[/branches/new68k/src/mame/wing]lucky37.cpp superwng.cpp

r191755 Friday 30th December, 2022 at 12:19:16 UTC by hap
New working systems
-------------------
Sound FX Phasor [hap, =CO=Windler]
[/branches/new68k/src/devices/cpu/tms34010]tms34010.cpp
[/branches/new68k/src/devices/sound]dac.h
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/handheld]hh_cop400.cpp hh_pic16.cpp

r191754 Friday 30th December, 2022 at 11:17:19 UTC by Miodrag Milanović
sfrj: merge driver files
[/branches/new68k/src/mame/sfrj]galaxy.cpp galaxy.h galaxy_m.cpp galaxy_v.cpp galeb.cpp orao.cpp pecom.cpp pecom.h pecom_m.cpp pecom_v.cpp tim011.cpp

r191753 Friday 30th December, 2022 at 06:23:20 UTC by Osso
ibm5170_cdrom.xml: fixed validation
[/branches/new68k/hash]ibm5170_cdrom.xml

r191752 Friday 30th December, 2022 at 02:56:30 UTC by Angelo Salese
New working software list items
-------------------------------
ibm5170_cdrom.xml: Actua Soccer (OEM v1.29), Duke Nukem 3D (shareware v1.1), Quake (shareware v1.01), SimCity Classic (v2.0), SimCity 2000, Slam Dunk Typing, Sturmtruppen: Risiken? (Italy) [archive.org]

New software list items marked not working
------------------------------------------
ibm5170_cdrom.xml: Beavis and Butthead - Virtual Stupidity, Corel DRAW! 6, Uffizi Virtual Museums [archive.org]
[/branches/new68k/hash]ibm5170_cdrom.xml
[/branches/new68k/src/devices/cpu/i386]i386segs.hxx

r191751 Thursday 29th December, 2022 at 21:33:31 UTC by MetalliC
new WORKING clone
-----------------------
Espgaluda II (2005/11/14.MASTER VER.) [twistedsymphony]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/misc]cv1k.cpp

r191750 Thursday 29th December, 2022 at 17:29:05 UTC by Osso
- atari/arcadecl.cpp, atari/cybstorm.cpp: consolidated drivers in single files

- various drivers: removed unneeded bankdev.h include
[/branches/new68k/src/mame/acorn]accomm.cpp
[/branches/new68k/src/mame/amiga]amiga.cpp
[/branches/new68k/src/mame/apple]apple2e.cpp iphone2g.cpp
[/branches/new68k/src/mame/atari]arcadecl.cpp arcadecl.h arcadecl_v.cpp atarisy2.h cybstorm.cpp cybstorm.h cybstorm_v.cpp
[/branches/new68k/src/mame/misc]lependu.cpp
[/branches/new68k/src/mame/namco]namco65.h namco68.h
[/branches/new68k/src/mame/pc]pcat_dyn.cpp
[/branches/new68k/src/mame/taito]taito_l.h
[/branches/new68k/src/mame/ti]ti85.cpp

r191749 Thursday 29th December, 2022 at 16:26:49 UTC by David Haywood
pacman/pengo.cpp: Sorted Pengo sets, and changed scheme for short names (#10751)

* Export versions have replaced music/faster maze drawing.
* Japan versions have slow maze drawing and 'popcorn' music.
* The unencrypted sets are the newest releases we have of both versions - for Japan that is ROMs 5120-5127 and for export that is ROMs 5128-5135 (suggesting these unencrypted versions were both released at the same time).
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/pacman]pengo.cpp

r191748 Thursday 29th December, 2022 at 13:42:49 UTC by hap
tms34010: remove really old disassembler makefile
[/branches/new68k/src/devices/cpu/tms34010]makefile
[/branches/new68k/src/mame/alpha]shougi.cpp
[/branches/new68k/src/mame/misc]tickee.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team