!

[Multi]DevMESS 0.155 SVN31873

[2] @ !!! Wtorek, 2 Września 2014 16:35 CET [02-09-2014 16:04 CET]

[Multi]DevMESS 0.155 SVN31873

Co jakiś czas będę publikował nowe deweloperskie binarki projektu MESS, natomiast BobBudowniczy będzie się starał na bieżąco śledzić zmiany w changelogu tego obok MAME największego projektu emulacyjnego. Oprócz binarki udostępniam także resztę plików z folderu MESS. Warto pamiętać, że przed pierwszym odpaleniem emulatora należy wygenerować plik z ustawieniami .ini komendą mess.exe - cc lub mess64.exe -cc

Zmiana, wygenerowanie wersji testowej generuje następny dokument. Od wersji 0.154 zmieniam nazewnictwo - jakoż, że MameDev ostatnio rezygnuje z wersji pośrednich emulatora, kolejne wersje developerskie będą opisywane numerem następnym, spodziewanej wersji.

 

 

NOWSZY [Multi]DevMESS 0.155.x SVN241365
NOWSZY [Multi]DevMESS 0.155 SVN32081
  • SVN32081 fixed famitwin bios usage. nw. [Fabio Priuli] 2014-09-12 14:11:00

    Changed: nes.c

    1 files changed, 6 insertions, 0 deletions

  • trident: forced doubleword offset when using an SVGA video mode, fixes display in Eggs Playing Chicken. [barryrod] 2014-09-12 09:46:40

    Changed: trident.c

    1 files changed, 8 insertions, 4 deletions

  • reduced tagmap lookups in atari400, maxaflex and bartop52. nw. [Fabio Priuli] 2014-09-12 09:18:04

    Changed: bartop52.c, maxaflex.c, atari.h, atari.c, atari400.c

    5 files changed, 65 insertions, 61 deletions

  • (MESS) gameboy.xml: added a bunch of new dumps. nw. [Fabio Priuli] 2014-09-12 07:40:32

    Changed: gameboy.xml

    1 files changed, 63 insertions, 6 deletions

  • (MESS) coleco.xml: removed choplifter bad dump. [dink] [Fabio Priuli] 2014-09-12 07:40:10

    Changed: coleco.xml

    1 files changed, 4 insertions, 21 deletions

  • SDL: -sound dsound now works with SDL (nw) [rbelmont] 2014-09-12 04:51:50

    Changed: direct_sound.c

    1 files changed, 2 insertions, 1 deletions

  • SDL: more attempts (nw) [rbelmont] 2014-09-12 04:44:11

    Changed: direct_sound.c, draw13.c, drawogl.c, drawsdl.c

    4 files changed, 10 insertions, 23 deletions

  • SDL: More dsound adaptation (nw) [rbelmont] 2014-09-12 04:33:25

    Changed: direct_sound.c, draw13.c, drawogl.c, drawsdl.c

    4 files changed, 25 insertions, 2 deletions

  • Fixes to try and make direct_sound work minus WinOSD (nw) [rbelmont] 2014-09-12 04:07:46

    Changed: direct_sound.c, sdl.mak

    2 files changed, 16 insertions, 2 deletions

  • SDL: Allow -sound dsound on SDL Windows builds. [R. Belmont] [rbelmont] 2014-09-12 03:18:35

    Changed: sdl.mak, sdlmain.c

    2 files changed, 11 insertions, 0 deletions

  • setting the correct properties helps to commit new files. nw. [Fabio Priuli] 2014-09-11 23:06:56

    Changed: disksys.c, disksys.h

    2 files changed, 502 insertions, 0 deletions

  • (MESS) famicom: converted the disk system add-on to be a cart [Fabio Priuli] 2014-09-11 23:01:45
    • in the softlist. The official syntax to launch disk games is now mess famicom -cart disksys -flop gamename which corresponds to inserting the RAM expansion cart with connected the disk drive into the cartslot and the desired disk in the disk drive (exactly like you would have done with the real thing). In this way, you cannot mount anymore both a cart and a disk in the Family Computer (as in a real unit). Users that cannot cope with this limitation and/or with the new syntax can still use the famitwin driver (which offers both cart and disk options) or the newly added driver fds which emulates a famicom with the expansion always inserted: in both latter cases the old syntax mess famitwin -flop gamename will launch the game, as previously. [Fabio Priuli]
      (MESS) famicom: fixed disk system IRQ latch clear in Kaettekita Mario Bros. based on investigations by FHorse. [Fabio Priuli]
      Out of whatsnew: For the moment I gave up the original plan to also modernize the floppy drive and the disk format. If anyone wants to look into these, be my guest :-)

      Changed: nes.xml, bus.mak, nes_carts.c, nes_carts.h, nes_pcb.inc, nes_slot.c, nes_slot.h, nes.c, nes.h, nes.c, mess.lst, nes.c

      12 files changed, 248 insertions, 388 deletions

  • optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit more (nw) [oliverst] 2014-09-11 13:47:05

    Changed: avr8.c

    1 files changed, 12 insertions, 8 deletions

  • optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit (nw) [oliverst] 2014-09-11 13:40:13

    Changed: avr8.c

    1 files changed, 4 insertions, 4 deletions

  • trident: added DAC command register, so that we can tell when in a 15 or 16 bit mode. [barryrod] 2014-09-11 12:43:29

    Changed: trident.c, trident.h

    2 files changed, 55 insertions, 2 deletions

  • small optimization to device_scheduler::timer_list_insert() (nw) [oliverst] 2014-09-11 09:20:03

    Changed: schedule.c

    1 files changed, 1 insertions, 1 deletions

  • (MESS) Stop trashing DiskCopy 4.2 images that don't have tags. [R. Belmont] [rbelmont] 2014-09-11 04:34:21

    Changed: ap_dsk35.c

    1 files changed, 6 insertions, 1 deletions

  • (MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont] [rbelmont] 2014-09-11 03:31:37

    Changed: a2bus.c, a2bus.h, apple3.c, apple3.h, apple3.c

    5 files changed, 86 insertions, 10 deletions

  • Amiga: Implement the Amiga 500 low-level keyboard controller using the [Dirk Best] 2014-09-10 21:10:39
  • documenting the procedure to start Klax prototype on the a7800. nw. [Fabio Priuli] 2014-09-10 20:44:08
    • (the game fails also on real systems: consistently on older revisions, almost randomly on newer revisions)

      Changed: a7800.xml

      1 files changed, 7 insertions, 0 deletions

  • replaced a few more exit() calls with fatalerror() (nw) [oliverst] 2014-09-10 19:46:04

    Changed: apridisk.c, d64_dsk.c

    2 files changed, 3 insertions, 3 deletions

  • replaced exit() with fatalerror() in src/emu/cpu/mcs96/mcs96.c (nw) [oliverst] 2014-09-10 19:41:27

    Changed: mcs96.c

    1 files changed, 1 insertions, 2 deletions

  • small optimization to pla_device::read() (nw) [oliverst] 2014-09-10 14:47:01

    Changed: pla.c

    1 files changed, 3 insertions, 3 deletions

  • fixed more potential heap-buffer-overflows in src/emu/bus/vcs/vcs_slot.c (nw) [oliverst] 2014-09-10 11:57:30

    Changed: vcs_slot.c

    1 files changed, 6 insertions, 6 deletions

  • fixed heap-buffer-overflow in vcs_cart_slot_device::detect_super_chip() (nw) [oliverst] 2014-09-10 11:38:57

    Changed: vcs_slot.c

    1 files changed, 1 insertions, 1 deletions

  • fixed memory leak when loading CHD from software list (nw) [oliverst] 2014-09-10 11:23:07

    Changed: romload.c

    1 files changed, 1 insertions, 1 deletions

  • Cleanups & fix for missing acknowledgment of a5200 button 2 inputs (MT5591) - from Fabio. (nw) [tafoid] 2014-09-10 10:48:37

    Changed: bartop52.c, maxaflex.c, atari.h, atari.c, antic.c, atari.c, gtia.c, atari400.c

    8 files changed, 143 insertions, 66 deletions

  • added another note about memory leak (nw) [oliverst] 2014-09-10 08:40:41

    Changed: pmlinuxalsa.c

    1 files changed, 1 insertions, 0 deletions

  • added note about memory leak (nw) [oliverst] 2014-09-10 08:39:13

    Changed: pmlinuxalsa.c

    1 files changed, 1 insertions, 0 deletions

  • sync'd CPU list (nw) [oliverst] 2014-09-10 08:17:01

    Changed: mame.mak, mess.mak

    2 files changed, 3 insertions, 0 deletions

  • flagged some functions as noreturn (nw) [oliverst] 2014-09-10 08:12:19

    Changed: makedep.c, makemak.c

    2 files changed, 2 insertions, 2 deletions

  • mach32,mach64: fixed crash when reading vblank state. [barryrod] 2014-09-10 04:54:07

    Changed: mach32.c, mach32.h, pc_vga.c, pc_vga.h

    4 files changed, 18 insertions, 6 deletions

  • added op_bldd_sbmar [hap] 2014-09-10 00:24:57

    Changed: 32051ops.c, tms32051.c, tms32051.h

    3 files changed, 83 insertions, 52 deletions

  • and even less tagmap lookups counted (nw) [oliverst] 2014-09-09 23:05:30

    Changed: machine.c, video.c

    2 files changed, 18 insertions, 0 deletions

  • have a few less tagmap lookups counted (nw) [oliverst] 2014-09-09 22:57:48

    Changed: machine.c

    1 files changed, 13 insertions, 4 deletions

  • do not start tagmap lookup counting until everything is initialized / tagmap lookups are now properly shown for each execution when running multiple sets from built-in UI instead of only when exiting MAME completely (nw) [oliverst] 2014-09-09 22:29:57

    Changed: clifront.c, machine.c, tagmap.c, tagmap.h

    4 files changed, 21 insertions, 8 deletions

  • webengine.c: Reduce tagmap lookups (nw) [Wilbert Pol] 2014-09-09 21:17:39

    Changed: webengine.c, webengine.h

    2 files changed, 6 insertions, 4 deletions

  • removed -Wno-strict-overflow for GCC 4.8 as well (nw) [oliverst] 2014-09-09 21:10:56

    Changed: flags_gcc.mak

    1 files changed, 1 insertions, 1 deletions

  • raiden games in psx list (nw) [dhaywood] 2014-09-09 20:43:46

    Changed: psx.xml

    1 files changed, 51 insertions, 2 deletions

  • (MESS) sms.c: Fixed graphics glitch in E-Swat atttact mode on the smsj driver and some small cleanups. [Enik Land] [Wilbert Pol] 2014-09-09 20:28:17

    Changed: 315_5124.c, 315_5124.h

    2 files changed, 40 insertions, 24 deletions

  • antic.c: converted to be a device. [Fabio Priuli] [Fabio Priuli] 2014-09-09 20:03:05

    Changed: bartop52.c, maxaflex.c, atari.h, atari.c, antic.c, antic.h, atari.c, atari400.c

    8 files changed, 745 insertions, 718 deletions

  • Added support for LUA server pages (nw) [Miodrag Milanovic] 2014-09-09 16:33:00

    Changed: webengine.c

    1 files changed, 149 insertions, 1 deletions

  • oops (nw) [dhaywood] 2014-09-09 14:56:58

    Changed: e132xs.c

    1 files changed, 25 insertions, 25 deletions

  • e132xs: fix do xx= in debugger (nw) [dhaywood] 2014-09-09 14:54:05

    Changed: e132xs.c

    1 files changed, 139 insertions, 139 deletions

  • fix for building with latest 32 bit tools. (nw) [smf] 2014-09-09 12:47:01
    • src/mess/video/rm380z.c: In member function 'void rm380z_state::put_point(int, int, int, int)': src/mess/video/rm380z.c:17:2: error: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Werror=strict-overflow] for (int r=y;r<(y+mx);r++) ^ cc1plus.exe: all warnings being treated as errors makefile:922: recipe for target 'obj/windows/mess/video/rm380z.o' failed

      Changed: rm380z.c

      1 files changed, 2 insertions, 2 deletions

  • trident: added ID register, banking, and clock selection. [barryrod] 2014-09-09 12:40:57

    Changed: trident.c, trident.h

    2 files changed, 301 insertions, 19 deletions

  • voodoo.c, vooddefs.h: Added support for writes to trexInit1 register, to return TMU configuration data. [Peter Ferrie] [tafoid] 2014-09-09 09:44:33

    Changed: vooddefs.h, voodoo.c

    2 files changed, 31 insertions, 3 deletions

  • add op_add_s16_mem [hap] 2014-09-09 06:20:52

    Changed: 32051ops.c

    1 files changed, 6 insertions, 1 deletions

  • 315_5124.c: Add new member to save state (nw) [Wilbert Pol] 2014-09-08 23:10:14

    Changed: 315_5124.c

    1 files changed, 1 insertions, 0 deletions

  • (MESS) sms.c: Prevent vdp register 6 contents from being overwritten while a line is being drawn. Fixes title screen in backtof3. [Enik Land, Wilbert Pol] [Wilbert Pol] 2014-09-08 21:54:21

    Changed: 315_5124.c, 315_5124.h

    2 files changed, 7 insertions, 3 deletions

  • unregister OSD_OUTPUT_CHANNEL hooks when validity_checker is destroyed - fixes logging of unhandled exceptions in validation (nw) [oliverst] 2014-09-08 21:12:15

    Changed: validity.c, validity.h

    2 files changed, 10 insertions, 0 deletions

  • moved tagged_list:: out of tagged_list to make it catch-able / handle add_exception / updated exception handling unidasm to match the main one and return a proper exitcode in case of an error (nw) [oliverst] 2014-09-08 20:46:40

    Changed: clifront.c, machine.c, tagmap.h, unidasm.c

    4 files changed, 30 insertions, 11 deletions

  • (MESS) sms.c: Fixed lphaser regression. [Enik Land] [Wilbert Pol] 2014-09-08 20:36:12

    Changed: sega8_slot.c, sms.c

    2 files changed, 8 insertions, 8 deletions

  • removed -Wno-strict-overflow for GCC 4.9 (nw) [oliverst] 2014-09-08 20:25:05

    Changed: flags_gcc.mak

    1 files changed, 1 insertions, 1 deletions

  • fix warning (this was useless anyway: m_temp is really temporary) [hap] 2014-09-08 18:20:23

    Changed: hd6309.c

    1 files changed, 0 insertions, 1 deletions

  • 31993 fix error when attempting to mount a cart designed for the A800 right slot (e.g. Monkey Wrench II) [Fabio Priuli] 2014-09-08 15:55:48
→ [Multi]DevMESS 0.155 SVN31826
  • 31826 added MB8421 device (16KBIT dual port SRAM with 2 interrupt pins) [hap] 2014-08-28 21:59:28

    Changed: 7200fifo.c, machine.mak, mb8421.c, mb8421.h, mame.mak, mess.mak

    6 files changed, 180 insertions, 2 deletions

  • mfi_dsk: Fix leaks [O. Galibert] [olivierg] 2014-08-28 17:14:05

    Changed: mfi_dsk.c

    1 files changed, 6 insertions, 1 deletions

  • altos5: Fix wrong drive type [O. Galibert] [olivierg] 2014-08-28 17:14:03

    Changed: altos5.c

    1 files changed, 3 insertions, 3 deletions

  • Reducing differences in File Manager options when entering from [Fabio Priuli] 2014-08-27 13:29:59
  • fixed crash in File Manager when selecting "Return to Previous Menu" from [Fabio Priuli] 2014-08-27 12:37:17
  • Fix for MT05639, which had regressed in rev.30805. nw. [Fabio Priuli] 2014-08-27 11:43:30
    • Of course, device options have to be removed *before* the call of set_system_name (which sets the options of the new system), or the system is launched with no media options available! :-)

      Changed: mame.c

      1 files changed, 10 insertions, 3 deletions

  • (nw) mips3drc: Made badcop exception handling cleaner. If you haven't read Bob Martin's "Clean Code" yet, do so. [ryanholt] 2014-08-27 09:19:47

    Changed: mips3.h, mips3drc.c

    2 files changed, 60 insertions, 30 deletions

  • (MESS) softlist: misc new dumps. nw. [Fabio Priuli] 2014-08-27 09:08:32

    Changed: gameboy.xml, gamegear.xml, gba.xml

    3 files changed, 56 insertions, 2 deletions

  • (MESS) vcs_slot: avoid possible crashes when loading a new game from the internal UI. nw. [Fabio Priuli] 2014-08-27 09:07:58

    Changed: vcs_slot.c

    1 files changed, 118 insertions, 113 deletions

  • mips3drc: Throw badcop exceptions on COP1 accesses while the COP1 status bit is [ryanholt] 2014-08-26 23:00:27
  • fix crash possibility [hap] 2014-08-26 21:38:05

    Changed: ymf271.c

    1 files changed, 1 insertions, 1 deletions

  • floppy: Don't infloop in set_write_splice when there's no floppy (fixes MT5672) [O. Galibert] [olivierg] 2014-08-26 20:39:58

    Changed: floppy.c

    1 files changed, 6 insertions, 4 deletions

  • (MESS) a7800: added Yamaha 2151 emulation to the XM [Fabio Priuli] 2014-08-26 07:58:29
    • expansion board, thanks to info from tep392. nw.
      Also removed from the softlist the Donkey Kong XM Enhanced version which had been hacked to work on ProSystem emulator and fails to save hiscores with correct HSC emulation (it remains available the correct version which saves fine both in MESS and in the real hardware).

      Changed: a7800.xml, xboard.c, xboard.h

      3 files changed, 79 insertions, 38 deletions

  • (MESS) a7800: split video emulation (Atari MARIA chip) into a [Fabio Priuli] 2014-08-26 07:54:24
  • SDL: don't require -str to enable watchdog (nw) [rbelmont] 2014-08-26 04:11:29

    Changed: sdlmain.c

    1 files changed, 1 insertions, 3 deletions

  • (MESS) apple3: don't do color text in A2 emulation mode. [R. Belmont] [rbelmont] 2014-08-26 02:32:52

    Changed: apple3.c

    1 files changed, 3 insertions, 2 deletions

  • (MESS) a78_slot: added logging of the A78 header, fixed identification of [Fabio Priuli] 2014-08-25 20:48:48
  • (MESS) vcs_slot: added oncart RAM to save state. nw. [Fabio Priuli] 2014-08-25 20:46:05

    Changed: vcs_slot.c

    1 files changed, 3 insertions, 0 deletions

  • (MESS) upd7220: fixed RDAT command when data to read are larger than the FIFO, this fixes dmv and a5105 text scrolling. (nw) [sronco] 2014-08-25 20:21:17

    Changed: upd7220.c, upd7220.h

    2 files changed, 23 insertions, 2 deletions

  •  

→ [Multi]DevMESS 0.155 SVN31767
→ [Multi]DevMESS 0.155 SVN31731
  • 31731 fm77av: converted various MMU functions to use bankdev. Dragon Buster is now [barryrod] 2014-08-22 11:41:31
    • almost 3 times faster than it was. memory.c: increased static handler limit, so that having a larger number of address map bank devices don't hit it.

      Changed: memory.c, fm7.c, fm7.h

      3 files changed, 144 insertions, 21 deletions

  • (MESS) Apple II series changes: [R. Belmont] [rbelmont] 2014-08-21 04:05:14
    • - Support 1 MB expansion for Laser 128ex2 - Give the IIc Plus the correct drive type, but it's still unhappy - Promote apple2c4 to working since it runs fine now

      Changed: apple2.c, apple2.h, apple2.c

      3 files changed, 128 insertions, 3 deletions

  • (MESS) dmv: fixed memory module bankswitch in DOS. (nw) [sronco] 2014-08-20 19:59:30

    Changed: dmv.c

    1 files changed, 28 insertions, 7 deletions

  • (MESS) coleco.xml: replaced Sector Alpha incorrect dumps with a proper one [Ikrananka] [Fabio Priuli] 2014-08-20 18:47:32

    Changed: coleco.xml

    1 files changed, 18 insertions, 32 deletions

  • (MESS) Apple II: hook up ACIAs for Laser 128 series, remove cassette for IIc and Laser. [R. Belmont] [rbelmont] 2014-08-19 04:19:11

    Changed: apple2.c, apple2.c

    2 files changed, 9 insertions, 4 deletions

  • 31701 (MESS) Systems Promoted from GAME_NOT_WORKING: [Peter Ferrie, R. Belmont] [rbelmont] 2014-08-19 03:01:29
→ [Multi]DevMESS 0.155 SVN31690
  • 31690 (MESS) ui.c: added shortcut commands for Tape Start and Tape Stop, [Fabio Priuli] 2014-08-18 09:59:13
    • by default mapped to F2 and Shift+F2, respectively. This is not meant as a replacement for the internal Tape Control menu, but it shall make simpler the usage of game tapes in home computers. Notice that REC/RWD/FWD have still to be pressed from the internal UI and that if you mount multiple cassettes in a driver with multiple tape drives only the first one will be controllable with these shortcuts. [Fabio Priuli]
      The idea is that more complex actions (e.g. save you own BASIC program or copy programs from a tape to another, etc.) should be performed through the internal menu, while people just aiming to play games can use the shortcut. This commit requires probably a clean build.

      Changed: inpttype.h, ioport.h, ui.c

      3 files changed, 26 insertions, 1 deletions

  • (MESS) tapectrl.c: fixed bug where systems with multiple cassette drives (e.g. PET) [Fabio Priuli] 2014-08-18 09:50:28
    • had no Tape Controls when no cassette was loaded in the first drive. [Fabio Priuli]

      Changed: tapectrl.c

      1 files changed, 6 insertions, 3 deletions

  • (MESS) Support PET user port "CB2 Sound" device [R. Belmont] [rbelmont] 2014-08-17 19:15:06

    Changed: bus.mak, cb2snd.c, cb2snd.h, user.c

    4 files changed, 118 insertions, 0 deletions

  • fix regression [hap] 2014-08-17 17:52:02

    Changed: pit8253.c

    1 files changed, 1 insertions, 1 deletions

  • fix an assert [hap] 2014-08-17 17:16:33

    Changed: pit8253.c

    1 files changed, 5 insertions, 21 deletions

  • quick fix to last commit (nw) [rbelmont] 2014-08-17 06:13:48

    Changed: timemasterho.c

    1 files changed, 2 insertions, 2 deletions

  • (MESS) Apple II: Add support for the Applied Engineering TimeMaster II H.O. card [R. Belmont] [rbelmont] 2014-08-17 06:09:41

    Changed: timemasterho.c, timemasterho.h, bus.mak, apple2.c

    4 files changed, 348 insertions, 0 deletions

  • (MESS) Support ProDOS-order Pascal 1.3 images [R. Belmont] [rbelmont] 2014-08-17 06:02:13

    Changed: ap2_dsk.c

    1 files changed, 5 insertions, 0 deletions

  • msm5832: day of week is 0-6, not 1-7 [R. Belmont] [rbelmont] 2014-08-17 05:36:26

    Changed: msm5832.c

    1 files changed, 1 insertions, 1 deletions

  • URNOTe (nw) [rbelmont] 2014-08-17 03:13:09

    Changed: apple2.c

    1 files changed, 0 insertions, 2 deletions

  • (MESS) Improve Laser 128 series support; 128EX/2 now boots DOS 3.3 and ProDOS. [Peter Ferrie, R. Belmont] [rbelmont] 2014-08-16 23:09:19

    Changed: laser128.c, laser128.h, apple2.c, apple2.h, apple2.c

    5 files changed, 64 insertions, 5 deletions

  • (MESS) nes.xml: added another proto dump. nw. [Fabio Priuli] 2014-08-16 09:16:35

    Changed: nes.xml

    1 files changed, 16 insertions, 0 deletions

  • (MESS) Apple II: add more debugger guards around C800 bankswitch [Peter Ferrie, R. Belmont] [rbelmont] 2014-08-16 04:46:26

    Changed: apple2.c

    1 files changed, 5 insertions, 5 deletions

  • amstrad: removed ROMEN signal callback, it is actually an input to an [barryrod] 2014-08-16 04:16:03
  • (MESS) removed unneeded files (nw) [sronco] 2014-08-15 23:57:33

    Changed: dmv_dsk.c, dmv_dsk.h

    2 files changed, 0 insertions, 82 deletions

  • (MESS) New System Drivers Supported: [rbelmont] 2014-08-15 15:37:17
  • (MESS) dmv: added expansions slot interface. [rfka01, Sandro Ronco] [sronco] 2014-08-15 09:30:57
  • Allow use of external SQLite3 [Cesare Falco] [rbelmont] 2014-08-15 05:26:32

    Changed: makefile

    1 files changed, 9 insertions, 1 deletions

  • SDL: update manpages [Cesare Falco] [rbelmont] 2014-08-15 05:24:23

    Changed: castool.1, chdman.1, imgtool.1, jedutil.1, ldresample.1, ldverify.1, mame.6, mess.6, romcmp.1, testkeys.1

    10 files changed, 45 insertions, 37 deletions

  • small cleanup, i give up on mametesters.org/view.php?id=5377 [hap] 2014-08-14 20:52:04

    Changed: pit8253.c, pit8253.h

    2 files changed, 100 insertions, 101 deletions

  • Fix attributes changed in 0.154 release for megadriv/neogeo software lists. Thanks Sunbeam for the heads up. (nw) [tafoid] 2014-08-13 21:55:48

    Changed: .gitattributes, softwarelist.dtd

    2 files changed, 3 insertions, 2 deletions

  • (MESS) sega8_slot.c: Prevent out of bound access when determining the cart type for small (homebrew) rom files. (nw) [Wilbert Pol] 2014-08-13 20:01:54

    Changed: sega8_slot.c

    1 files changed, 8 insertions, 5 deletions

  • (MESS) Apple II: enable language-card write on reset based on h/w testing [Peter Ferrie] [rbelmont] 2014-08-13 15:20:25

    Changed: apple2.c

    1 files changed, 3 insertions, 5 deletions

  • remove unnecessary debug (nw) [rbelmont] 2014-08-13 04:51:42

    Changed: apple2.c

    1 files changed, 0 insertions, 6 deletions

  • (MESS) Laser 3000: add first-pass keyboard, 80-column text, hi-res, and double hi-res graphics support [R. Belmont] [rbelmont] 2014-08-13 04:45:39

    Changed: laser3k.c

    1 files changed, 511 insertions, 38 deletions

  • (mess) rmnimbus: low-level formatting almost works (nw) [crazyc] 2014-08-12 22:51:20

    Changed: rmnimbus.c

    1 files changed, 8 insertions, 2 deletions

  • fixed glcolor.xml validation (nw) [ivanva] 2014-08-12 19:00:43

    Changed: glcolor.xml

    1 files changed, 1 insertions, 1 deletions

  • m5.xml: dumped Bosconian. [Ola Andersson] [Fabio Priuli] 2014-08-12 16:55:51

    Changed: m5.xml

    1 files changed, 13 insertions, 0 deletions

  • Added a pair of save states to the dsp56k core, fixes plygonet regression (nw) [ivanva] 2014-08-12 16:33:30

    Changed: dsp56k.c

    1 files changed, 3 insertions, 0 deletions

  • (MESS) apple2: add possible Laser 128EX2 ROM pending future work on that series [R. Belmont] [rbelmont] 2014-08-12 03:53:16

    Changed: apple2.c, mess.lst

    2 files changed, 15 insertions, 2 deletions

  • fix http://mametesters.org/view.php?id=5350 [hap] 2014-08-12 00:11:10
  • (MESS) msx.c: Added support for National FS-CF351 + FS-FD351 external floppy controller and drive (nw) [Wilbert Pol] 2014-08-11 21:56:26

    Changed: msx1_cart.xml, cartridge.c, disk.c, disk.h

    4 files changed, 221 insertions, 3 deletions

  • (MESS) sms.c: Documented release years for some Brazilian SMS releases. [Enik Land] [Wilbert Pol] 2014-08-11 21:14:36

    Changed: sms.c

    1 files changed, 2 insertions, 2 deletions

  • (MESS) sms.c: Fixed a problem with 4pak that caused no games to play and fixed mapper detection for fire track homebrew (nw) [Wilbert Pol] 2014-08-11 21:06:10

    Changed: rom.c, rom.h, sega8_slot.c

    3 files changed, 10 insertions, 1 deletions

  • msx1_cart.xml: Removed duplicate entry (nw) [Wilbert Pol] 2014-08-11 20:26:55

    Changed: msx1_cart.xml

    1 files changed, 0 insertions, 14 deletions

  • added aliases for some IPT_x [hap] 2014-08-11 12:48:14

    Changed: ioport.h

    1 files changed, 5 insertions, 0 deletions

  • (MESS) glcolor.xml: documented the 'Spiel-und Lernspaß' cartridge. [TeamEurope] [sronco] 2014-08-11 12:02:35

    Changed: glcolor.xml, prestige.c

    2 files changed, 16 insertions, 2 deletions

  • Fix Clang compile (nw) [rbelmont] 2014-08-10 23:14:26

    Changed: coretmpl.h

    1 files changed, 1 insertions, 1 deletions

  • (MESS) Apple II updates: [rbelmont] 2014-08-10 21:40:29
  • (MESS) New NOT WORKING systems [sronco] 2014-08-10 21:27:31
    • ---------------------------------------------- Genius Leader 6600CX (Germany) [TeamEurope]

      Changed: prestige.c, mess.lst

      2 files changed, 10 insertions, 0 deletions

  • (MESS) mk2: used the correct cpu. [robbbert] 2014-08-10 18:47:34

    Changed: mk2.c

    1 files changed, 3 insertions, 4 deletions

  • 05637: gauntdl, gauntdl24: Emulation hangs after initialization [Phil Bennett] [philipbe] 2014-08-10 16:23:46
    • This reverts r31185 (oliverst: more passing of attotime as const references). flush_fifos() is the problem here. If anybody knows why, I'd love to know. -nw-

      Changed: voodoo.c

      1 files changed, 6 insertions, 6 deletions

  • (MESS) msx.c: Added support for the Panasonic FS-FD1 and FS-FD1A external floppy controllers and drives. (nw) [Wilbert Pol] 2014-08-10 16:08:22

    Changed: msx1_cart.xml, cartridge.c, disk.c, disk.h

    4 files changed, 282 insertions, 43 deletions

  • (MESS) pico.xml: some more Jpn dumps from Team Europe. nw. [Fabio Priuli] 2014-08-10 10:31:23

    Changed: pico.xml

    1 files changed, 47 insertions, 3 deletions

  • (MESS) nes.xml: added dump of Codemasters' Super Adventure Quests. [Porchy] [Fabio Priuli] 2014-08-10 08:36:49

    Changed: nes.xml

    1 files changed, 23 insertions, 2 deletions

  • added assert for index out-of-bounds access with sc4dnda (nw) [oliverst] 2014-08-10 05:43:22

    Changed: 68307tmu.c

    1 files changed, 2 insertions, 0 deletions

  • (MESS) Update documentation; improved drive emulation eliminates need to patch setup program. (nw) [rbelmont] 2014-08-10 04:48:10

    Changed: a2corvus.c

    1 files changed, 9 insertions, 9 deletions

  • flopimg: don't trash a bunch of memory when loading legacy floppies. [R. Belmont] [rbelmont] 2014-08-09 20:48:12

    Changed: flopimg.c

    1 files changed, 1 insertions, 1 deletions

  • (MESS) MSX external floppy drives notes (nw) [Wilbert Pol] 2014-08-09 16:19:38

    Changed: disk.c

    1 files changed, 70 insertions, 16 deletions

  • Add some floptool formats (nw) [olivierg] 2014-08-09 15:36:18

    Changed: main.c

    1 files changed, 4 insertions, 0 deletions

  • duh (nw) [olivierg] 2014-08-09 15:12:31

    Changed: flopimg.c

    1 files changed, 4 insertions, 4 deletions

  • floppy: Handle half and quarter tracks [O. Galibert] [olivierg] 2014-08-09 14:36:09

    Changed: floppy.c, floppy.h, wozfdc.c, wozfdc.h, flopimg.c, flopimg.h, mfi_dsk.c, mfi_dsk.h

    8 files changed, 136 insertions, 83 deletions

  • (MESS) msx.c: Moved and edited some notes regarding external floppy interfaces and drives. (nw) [Wilbert Pol] 2014-08-09 11:51:02

    Changed: disk.c, msx.c

    2 files changed, 37 insertions, 16 deletions

  • nw [hap] 2014-08-08 21:31:58

    Changed: vooddefs.h

    1 files changed, 1 insertions, 1 deletions

  • PhilB fixed http://mametesters.org/view.php?id=5629 (whatsnewed via MT) [hap] 2014-08-08 21:26:02

    Changed: vooddefs.h

    1 files changed, 17 insertions, 17 deletions

  • dumvieh [hap] 2014-08-08 21:17:30

    Changed: rp5h01.c

    1 files changed, 1 insertions, 1 deletions

  • mixed up my asserts [hap] 2014-08-08 21:08:18

    Changed: rp5h01.c

    1 files changed, 1 insertions, 1 deletions

  • (MESS) msx.c: Added support for Philips VY-0010 external floppy interface and drive (nw) [Wilbert Pol] 2014-08-08 16:35:40

    Changed: msx1_cart.xml, bus.mak, cartridge.c, disk.c, disk.h

    5 files changed, 300 insertions, 0 deletions

  • fixed usage of uninitialized members in rtc9701_device (nw) [oliverst] 2014-08-08 04:22:15

    Changed: rtc9701.c

    1 files changed, 4 insertions, 0 deletions

  • fixed usage of uninitialized members in i80186_cpu_device (nw) [oliverst] 2014-08-08 04:13:45

    Changed: i186.c

    1 files changed, 8 insertions, 2 deletions

  • k005289: fix off-by-one frequency; adds missing detune effect to nemesis BGM [Alex Jackson] [alexjack] 2014-08-08 01:03:34

    Changed: k005289.c

    1 files changed, 2 insertions, 2 deletions

  • avoid potential conflict between src/emu/video/poly.h and src/osd/windows/winwork.c / src/osd/sdl/sdlwork.c defines (nw) [oliverst] 2014-08-07 20:38:33

    Changed: poly.h

    1 files changed, 6 insertions, 6 deletions

  • megadriv.xml: verified and documented a lot of dumps, added Shining Force (Euro), redumped [Fabio Priuli] 2014-08-07 19:47:44
  • sh4: fixed irqline usage in case of certain SH3 exceptions (nw) [oliverst] 2014-08-07 18:39:28

    Changed: sh4comn.c

    1 files changed, 2 insertions, 2 deletions

  • ldplayer.mak: Added a dummy bus to allow ldplayer to be built on OSX (and possibly on other platforms too) (nw) [Wilbert Pol] 2014-08-07 14:48:00

    Changed: ldplayer.mak

    1 files changed, 9 insertions, 0 deletions

  • (MESS) msx.c: Clean up the rom loads (nw) [Wilbert Pol] 2014-08-07 14:09:41

    Changed: msx.c

    1 files changed, 485 insertions, 614 deletions

  • added assert for index out-of-bounds access with dwarfd, dwarfda (nw) [oliverst] 2014-08-07 09:50:03

    Changed: i8275.c

    1 files changed, 1 insertions, 0 deletions

  • fixed usage onf uninitialized members in ds2401_device (nw) [oliverst] 2014-08-07 09:23:49

    Changed: ds2401.c

    1 files changed, 3 insertions, 0 deletions

  • fix array out of bounds access [hap] 2014-08-07 00:35:34

    Changed: rtc4543.c, rtc4543.h

    2 files changed, 35 insertions, 27 deletions

  • (MESS) msx.c: Made members private and added members to save state (nw) [Wilbert Pol] 2014-08-06 19:18:52

    Changed: msx.h, msx.c

    2 files changed, 66 insertions, 38 deletions

  • (MESS) msx.c: Removed the generic msx drivers since these didn't represent real machines. Started setting up regular parent/clone relationships between several drivers. (nw) [Wilbert Pol] 2014-08-06 16:23:30

    Changed: msx.c, mess.lst

    2 files changed, 170 insertions, 244 deletions

  • amstrad: added support for 64k, 320k, and 576k RAM sizes [barryrod] 2014-08-06 03:44:07
  • had a look at the datasheet, the dumps look fine to me [hap] 2014-08-06 00:20:49

    Changed: rp5h01.c, rp5h01.h

    2 files changed, 12 insertions, 9 deletions

  • (MESS) mc1000.c: Correction to the cassette input [Emerson Costa] [tafoid] 2014-08-05 16:50:49

    Changed: mc1000.c

    1 files changed, 4 insertions, 1 deletions

  • put in a read_line for the alarm pin [hap] 2014-08-05 11:41:06

    Changed: rp5c01.c, rp5c01.h

    2 files changed, 2 insertions, 14 deletions

  • (MESS) apple3: Support ThunderClock Plus card. [R. Belmont] [rbelmont] 2014-08-05 05:33:05

    Changed: apple3.c

    1 files changed, 2 insertions, 0 deletions

  • amstrad: bit 0 is not used in selecting the FDD motor control, fixes disk access under SymbOS. [barryrod] 2014-08-05 04:25:20

    Changed: amstrad.c

    1 files changed, 15 insertions, 13 deletions

  • Work around linking issue with JSMESS (nw) [Justin Kerk] 2014-08-05 03:41:02
    • See https://github.com/kripken/emscripten/issues/2619 for discussion

      Changed: makefile

      1 files changed, 5 insertions, 0 deletions

  • (MESS) New System Drivers Supported: [rbelmont] 2014-08-05 03:40:44
  • (MESS) New NOT WORKING systems [sronco] 2014-08-04 19:34:02
    • ---------------------------------------------- Genius Junior 4000 (Germany) [TeamEurope] Genius Junior 5000 (Germany) [TeamEurope] Genius Junior Redstar (Germany) [TeamEurope] Genius Leader Super Color (Germany) [TeamEurope]

      Changed: prestige.c, mess.lst

      2 files changed, 43 insertions, 0 deletions

  • (MESS) nes.c: Fixed famicom save states (nw) [Wilbert Pol] 2014-08-04 17:30:31

    Changed: nes.c

    1 files changed, 5 insertions, 1 deletions

  • and another long awaited proto found its way to the public (courtesy of arasoi). nw. [Fabio Priuli] 2014-08-04 08:05:15

    Changed: nes.xml

    1 files changed, 17 insertions, 0 deletions

  • fix katakana title (nw) [alexjack] 2014-08-04 07:20:03

    Changed: nes.xml

    1 files changed, 1 insertions, 1 deletions

  • ins8250.c: Registering save state (nw) [Wilbert Pol] 2014-08-03 17:40:36

    Changed: ins8250.c

    1 files changed, 22 insertions, 0 deletions

  • (MESS) pc1512.c: Added m_opt to the pc1640 save state (nw) [Wilbert Pol] 2014-08-03 17:38:09

    Changed: pc1512.c

    1 files changed, 1 insertions, 0 deletions

  • (MESS) pockstat.c: Added m_lcd_control to save state (nw) [Wilbert Pol] 2014-08-03 17:11:44

    Changed: pockstat.c

    1 files changed, 2 insertions, 0 deletions

  • and a few more. nw. [Fabio Priuli] 2014-08-03 14:21:04

    Changed: pico.xml

    1 files changed, 83 insertions, 7 deletions

  • pico.xml: added many new dumps, including some from Korean releases (2 of them are [Fabio Priuli] 2014-08-03 12:33:39
  • periodical round of updates (including in particular the recent dump of FC Parody World - Monster Party proto by Shinsei). nw. [Fabio Priuli] 2014-08-03 12:29:58

    Changed: gameboy.xml, gba.xml, gbcolor.xml, nes.xml

    4 files changed, 175 insertions, 116 deletions

  • spelling (nw) [Justin Kerk] 2014-08-03 11:06:13

    Changed: makefile

    1 files changed, 1 insertions, 1 deletions

  • mcs51.c: Fixed modernization regression with timer 2 interrupts for some cpu cores (nw) [Wilbert Pol] 2014-08-02 23:17:36

    Changed: mcs51.c

    1 files changed, 1 insertions, 0 deletions

  • mcs51.c: Initialize all serial state and added serial state to the save state (nw) [Wilbert Pol] 2014-08-01 22:31:45

    Changed: mcs51.c

    1 files changed, 8 insertions, 0 deletions

  • 31483 small cleanup [hap] 2014-07-31 22:40:24

    Changed: tmpz84c011.c, tmpz84c011.h

    2 files changed, 21 insertions, 126 deletions

→ [Multi]DevMESS 0.155 SVN31483
  • 31483 small cleanup [hap] 2014-07-31 22:40:24

    Changed: tmpz84c011.c, tmpz84c011.h

    2 files changed, 21 insertions, 126 deletions

  • (MESS) sms.c: Restore selected cartridge when loading a save state for the store display unit. [Enik Land] [Wilbert Pol] 2014-07-31 21:44:45

    Changed: 315_5124.c, sms.c, sms.h, sms.c

    4 files changed, 18 insertions, 9 deletions

  • sh4.c: Get rid of pointers to member functions (nw) [Wilbert Pol] 2014-07-31 21:30:08

    Changed: sh4.c, sh4.h

    2 files changed, 942 insertions, 432 deletions

  • fm2612: fixed missing dac channel on savestate load [dink (FB Alpha project)] [dhaywood] 2014-07-31 12:51:53

    Changed: fm2612.c

    1 files changed, 5 insertions, 1 deletions

  • copypaste mistake [hap] 2014-07-30 21:01:51

    Changed: epic12.c

    1 files changed, 2 insertions, 2 deletions

  • render_screen_list::contains - instead of false/true, return number of same indices found in view [hap] 2014-07-30 16:24:38

    Changed: render.c, render.h

    2 files changed, 6 insertions, 5 deletions

  • my poor eyes [hap] 2014-07-30 10:04:20

    Changed: vboy.lay

    1 files changed, 8 insertions, 0 deletions

  • Stop contradicting me (nw) [olivierg] 2014-07-29 20:16:47

    Changed: ioport.c

    1 files changed, 1 insertions, 1 deletions

  • Added save state to keyboard.c, rs232/keyboard.c, and i8251.c (nw) [Wilbert Pol] 2014-07-29 18:03:13

    Changed: keyboard.c, diserial.c, diserial.h, i8251.c, keyboard.c

    5 files changed, 51 insertions, 2 deletions

  • (MESS) xor100.c: Restore banks after load (nw) [Wilbert Pol] 2014-07-29 17:48:59

    Changed: xor100.c, xor100.h

    2 files changed, 9 insertions, 0 deletions

  • added battery status to UI system config [hap] 2014-07-29 02:35:23

    Changed: cc40.c, ti74.c

    2 files changed, 42 insertions, 8 deletions

  • gimix: made drive size DIP switch use a PORT_CHANGED callback so a reset is no longer required to change the FDC clock speed. (no whatsnew) [barryrod] 2014-07-29 01:38:52

    Changed: gimix.c

    1 files changed, 12 insertions, 2 deletions

  • 31457 mos7360.c: Save stating some members (nw) [Wilbert Pol] 2014-07-28 13:11:56

    Changed: mos7360.c

    1 files changed, 31 insertions, 1 deletions

  •  

→ [Multi]DevMESS 0.155 SVN31457
wstecz02/09/2014 16:35
Inne treści związane z tematem
[Arcade] DevMAME [log only] 2024/03/19 08:00 [Arcade] DevMAME [log only] 2024/03/19 08:00
Raz na jakiś czas będę publikował nowe deweloperskie binarki projektu MAME, natomiast BobBudowniczy będzie się starał na bieżąco śledzić zmiany w changelogu tego  największego projektu emulacyjnego. W wypadku binarek udostępniam także resztę plików z folderu MAME. Link przy każdym wpisie umożliwia samodzielne pobranie źródeł i skompilowanie na własne ...
[Arcade] MAMEui x64 0.263 28/02/2024
MAMEUI MameUI skompilowane przez Robberta w wersji x64 gotowy do pobrania. Specjalna wersja pod święta, z poprawkami z grudnia, które dopiero oficjalnie pojawią się AD2024, gdyż grudzień został przez czarnoksiężników MAME ogłoszony miesiącem porządkowania kodu a nie publikowaniem kolejnej wersji tego multiemulatora.
[arcade] Mame x64 0.263 28/02/2024 [arcade] Mame x64 0.263 28/02/2024
Kolejna odsłona MAME, po dłuższej przerwie (dev ominął jedną miesięcznicę tłumacząc porządkami w kodzie - stawiam jednak na chęć spokojnego spędzenia przerwy świątecznej;)).  
[Arcade] Mame Classic 10.1.0 - 02/04/2024 [Arcade] Mame Classic 10.1.0 - 02/04/2024
Pojawiła się nowa wersja jednego z najstarszych, o ile nie najstarszy, frontend dla MAME - Mame Classic.
[Arcade] DevMAME [log only] 2024/02/29 20:00 [Arcade] DevMAME [log only] 2024/02/29 20:00
Raz na jakiś czas będę publikował nowe deweloperskie binarki projektu MAME, natomiast BobBudowniczy będzie się starał na bieżąco śledzić zmiany w changelogu tego  największego projektu emulacyjnego. W wypadku binarek udostępniam także resztę plików z folderu MAME. Link przy każdym wpisie umożliwia samodzielne pobranie źródeł i skompilowanie na własne ...
Do ściągnięcia
DevMESS x64 0.155 SVN31873 t2e.7z
Komentarze
... bez komentarza
Ostatnio dodane pliki
Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

© Try2emu 1999 - 2024 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU