Note Feed

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

Previous 50 199869 Revisions Next 50

r193407 Thursday 5th January, 2023 at 00:11:12 UTC by R. Belmont
apple2video: Created an actual API for video state information so the classes have better separation. [R. Belmont]
[/branches/a800_cart/src/mame/apple]apple2.cpp apple2e.cpp apple2gs.cpp apple2video.cpp apple2video.h superga2.cpp tk2000.cpp

r193406 Wednesday 4th January, 2023 at 22:45:46 UTC by hap
apple2_flop_orig.xml microz35: remove illegal character from filename
[/branches/a800_cart/hash]apple2_flop_orig.xml

r193405 Wednesday 4th January, 2023 at 22:06:31 UTC by hap
i8085: fix problem with daa opcode
[/branches/a800_cart/src/devices/cpu/i8085]i8085.cpp i8085.h

r193404 Wednesday 4th January, 2023 at 17:48:27 UTC by hap
pic16c5x: don't do a double read with swapf
[/branches/a800_cart/src/devices/cpu/pic16c5x]pic16c5x.cpp

r193403 Wednesday 4th January, 2023 at 17:48:27 UTC by hap
pic16c5x: remove bitpos arrays
[/branches/a800_cart/src/devices/cpu/pic16c5x]pic16c5x.cpp

r193402 Wednesday 4th January, 2023 at 17:03:58 UTC by Vasantha Crabb
Win32 debugger: don't skip a history item when initially pressing down.
[/branches/a800_cart/src/osd/modules/debugger/win]editwininfo.cpp

r193401 Wednesday 4th January, 2023 at 16:45:00 UTC by Vasantha Crabb
More UI cleanup:

* Got rid of more UI globals.
* Cache more metrics in system/software selection menus.
* Don't lose a BDF font specified on the command line when changing font
 size via the UI.
* For win32 debugger, behave as though most recent history item was just
 entered when restoring session state.
[/branches/a800_cart/src/frontend/mame/ui]custui.cpp custui.h selgame.cpp selmenu.cpp selmenu.h selsoft.cpp utils.cpp utils.h
[/branches/a800_cart/src/osd/modules/debugger/win]editwininfo.cpp

r193400 Wednesday 4th January, 2023 at 15:25:49 UTC by Curt Coder
abc1600: Connect BUS0X PRAC callback, and break into debugger on bus error. [Curt Coder]
[/branches/a800_cart/src/mame/luxor]abc1600.cpp abc1600mac.cpp

r193399 Wednesday 4th January, 2023 at 14:03:38 UTC by hap
tubep: remove some tag lookups
[/branches/a800_cart/src/devices/sound]es8712.cpp
[/branches/a800_cart/src/mame/excellent]witch.cpp
[/branches/a800_cart/src/mame/handheld]chessking.cpp
[/branches/a800_cart/src/mame/ice]schexx4gen.cpp
[/branches/a800_cart/src/mame/irem]m10.cpp shisen.cpp
[/branches/a800_cart/src/mame/nichibutsu]tubep.cpp tubep.h tubep_v.cpp
[/branches/a800_cart/src/mame/technos]ddragon3_v.cpp

r193398 Wednesday 4th January, 2023 at 05:21:15 UTC by Vasantha Crabb
ui: Give menus an opportunity to recompute metrics on window resize.

Also reworked calculation of menu geometry in general, and limited width
of left panel on system/software selection menus.

Fixes images in the right panel and icons on the system/software
selection menus not being scaled correctly when the window is resized
(MT08539 is an example of this).

Fixes bad font size selection at low resolutions when using bitmap fonts
like uismall.bdf (GitHub #7105).

Fixes collapse/expand arrows on left/right panels of system/softwre
selection menus getting bigger if the window is made narrower.
[/branches/a800_cart/src/frontend/mame]luaengine.cpp
[/branches/a800_cart/src/frontend/mame/ui]about.cpp analogipt.cpp auditmenu.cpp confswitch.cpp custui.cpp datmenu.cpp devopt.cpp dirmenu.cpp filecreate.cpp filemngr.cpp filesel.cpp info.cpp inputdevices.cpp inputmap.cpp menu.cpp menu.h miscmenu.cpp optsmenu.cpp selector.cpp selgame.cpp selgame.h selmenu.cpp selmenu.h selsoft.cpp simpleselgame.cpp sliders.cpp slotopt.cpp state.cpp submenu.cpp textbox.cpp ui.cpp ui.h

r193397 Wednesday 4th January, 2023 at 00:40:11 UTC by benrg
Apple II double lo-res: work around issue #10760 (#10761)

This implements the same workaround for double lo-res that was already
used for double hi-res: shift the whole image right by one pixel (losing
the rightmost pixel) in monochrome mode so that the NTSC shader is
happy. This doesn't affect color mode.
[/branches/a800_cart/src/mame/apple]apple2video.cpp

r193396 Wednesday 4th January, 2023 at 00:38:54 UTC by benrg
Merge copies of Apple II screen_update function (#10777)

Following the merge of text_update and plot_text_character (93500d7),
this merges apple2_state::screen_update{,_jp,_ultr},
apple2e_state::screen_update, and a2_video_device::screen_update_GS_8bit
into a single function in a2_video_device.
[/branches/a800_cart/src/mame/apple]apple2.cpp apple2e.cpp apple2video.cpp apple2video.h

r193395 Tuesday 3rd January, 2023 at 18:21:31 UTC by Osso
pinball/by35.cpp: redumped sound ROM for suprbowl [inkochnito, PinMAME]
[/branches/a800_cart/src/mame/pinball]by35.cpp

r193394 Tuesday 3rd January, 2023 at 18:06:58 UTC by michael.sanborn
konami/nwk-tr.cpp: racingj2 and clones numeral update (#10701)

Despite the Arabic numeral shown at boot, the Roman numerals are shown in most other cases.
[/branches/a800_cart/src/mame/konami]nwk-tr.cpp

r193393 Tuesday 3rd January, 2023 at 18:03:58 UTC by hap
wwfsstar: fix spriteram oob access
[/branches/a800_cart/src/mame/technos]wwfsstar.cpp

r193392 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/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/taito]taitosj.cpp

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

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

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

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

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

r193387 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/a800_cart/scripts/build]png.py

r193386 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/a800_cart/hash]ibm5170_hdd.xml

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

r193384 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/a800_cart/src/mame/apple]apple2video.cpp apple2video.h

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

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

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

r193380 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/a800_cart/src/devices/cpu/m68000]m68kfpu.cpp

r193379 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/a800_cart/src/emu]romentry.h

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

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

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

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

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

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

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

r193371 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/a800_cart/src/mame/apple]apple2gs.cpp

r193370 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/a800_cart/src/mame/apple]macadb.cpp

r193369 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/a800_cart/src/mame/apple]apple2video.cpp apple2video.h

r193368 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/a800_cart/src/mame/apple]apple2.cpp apple2e.cpp apple2video.cpp apple2video.h

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

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

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

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

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

r193362 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/a800_cart/src/mame/irem]m10.cpp m10.h m10_v.cpp

r193361 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/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/misc]megaphx.cpp

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

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

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

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team