summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Collapse)AuthorAgeFilesLines
* clean-ups and version bump Angelo Salese2011-10-1017-654/+654
|
* Updated intelfsh.c in order to support AMD 29F080 chip [Sandro Ronco] Angelo Salese2011-10-102-0/+44
|
* Latest patch from Haze (no whatsnew) Miodrag Milanovic2011-10-102-0/+18
|
* Re-hooked inputs from Haze (nw) Scott Stone2011-10-102-9/+131
|
* Preliminary hook up of sh3 dma from Haze + flash access code from Luca. (nw) Scott Stone2011-10-099-620/+920
|
* m68k: preliminary 68040 MMU implementation [R. Belmont] R. Belmont2011-10-084-60/+318
|
* More interrupt work by Haze (no whatsnew) Miodrag Milanovic2011-10-085-6/+68
|
* fix GCC 4.6.x compile (nw) R. Belmont2011-10-071-3/+2
|
* tms9928a.c: Fixed colission detection regression. [Wilbert Pol] Wilbert Pol2011-10-071-10/+13
|
* Timer interrupts now fire and get exceptions get processed. From Haze (nw) Scott Stone2011-10-071-5/+93
|
* Made the interrupt priority registers reusable on the SH3, hooked up TMU ↵ Scott Stone2011-10-075-12/+77
| | | | priority register on the sh3 side so that the Timers actually attempt to cause exceptions. From Haze (nw)
* Small timer fix by Haze (no whatsnew) Miodrag Milanovic2011-10-072-6/+15
|
* Reusing the SH4 timer code for the SH3 after a bit of refactoring by Haze ↵ Miodrag Milanovic2011-10-078-285/+486
| | | | (no whatsnew)
* Changed the sh4 timer code a bit to avoid direct references to sh4 ↵ Scott Stone2011-10-063-60/+209
| | | | addresses, making it more possible to reuse it for sh3 from Haze (nw)
* Fix incorrect masking of register writes on ay-3-8914, fixes wrong envelope ↵ Jonathan Gevaryahu2011-10-051-5/+3
| | | | amplitude on games which use hardware enveloping on Intellivision (Thunder Castle, etc) [Huygens]
* Fixed some typos made in sh4.c - trap behavior definitely needs checking. ↵ Scott Stone2011-10-051-3/+5
| | | | According to both the sh3 and sh4 docs what we're doing was wrong. From Haze (nw)
* Hooked up touch screen to Odeon Twister 2 [Mariusz Wojcieszek] mariuszw12011-10-041-44/+81
|
* Simplified way of getting octal info (no whatsnew) Miodrag Milanovic2011-10-043-21/+15
|
* Added some comments to some of the arrays, for future reference and moved a ↵ Scott Stone2011-10-043-28/+184
| | | | | | | | | little bit of code to separate differences of sh3 and sh4. From Haze (nw) Also, from previous commit: New games marked as GAME_NOT_WORKING ------------------------------------ Medal Mahjong Moukari Bancho no Kiban [CaH4e3]
* Fixes views without device (no whatsnew) Miodrag Milanovic2011-10-041-1/+1
|
* Made disassembler view show in octal if cpu core is specified like that, for ↵ Miodrag Milanovic2011-10-043-11/+19
| | | | now address and data values (no whatsnew)
* Sync with MESS (no whatsnew) Miodrag Milanovic2011-10-042-41/+829
|
* Added a way to handle output for debug messages and debugger itself into ↵ Miodrag Milanovic2011-10-0412-7/+38
| | | | | | octal too, and made a few CPU's to give octal output by default. Note that for now just some functions things return octal, will add more, but since this change required clean compile better to put it sooner then later (no whatsnew)
* Added explicit checks on functions making use of SH4 internal registers to ↵ Scott Stone2011-10-037-88/+598
| | | | ensure they don't accidentally get used on SH3 (some were) and split the code paths in various places so that areas where the sh3 differs can be implemented properly (interrupt controller especially) Also logging of some internal registers etc. accessed by some games, and rudimentary fixing of a few opcodes (like trap) which were also tied to internal stuff. From Haze (nw)
* sh3/4: fixed big-endian mode [R. Belmont] R. Belmont2011-10-012-0/+77
|
* allow small freqs for from_hz Michaël Banaan Ananas2011-10-011-1/+1
|
* Fixed assert check (no whatsnew) Miodrag Milanovic2011-09-301-1/+1
|
* Clean up some problems with the previous submit (nw) R. Belmont2011-09-302-44/+45
|
* m68k: preliminary support for ColdFire family and MCF5206E R. Belmont2011-09-307-636/+991
|
* m68000: Reset the double-bus/adress-error flag where appropriate to avoid ↵ Olivier Galibert2011-09-291-0/+2
| | | | halting on consecutive but not linked exceptions [O. Galibert]
* m68000: Avoid a case when dropping the irq mask just after taking a ↵ Olivier Galibert2011-09-291-0/+2
| | | | auto-acked interrupt would cause a spurious irq [O. Galibert]
* m68k: Activate trace emulation and fix it [O. Galibert] Olivier Galibert2011-09-294-65/+53
|
* Fixed 04495: All sets in cd32.c: All games fail to boot properly [Mariusz ↵ mariuszw12011-09-291-1/+1
| | | | Wojcieszek, R. Belmont]
* Fixed Z80DART FIFO starting index. [Curt Coder] Curt Coder2011-09-291-1/+1
|
* First, let put things back (no whatsnew) Miodrag Milanovic2011-09-282-38/+6
|
* Added render layout repeating elements and made whitestar pinball use it (no ↵ Miodrag Milanovic2011-09-282-6/+38
| | | | | whatsnew) Comments are welcomed
* m68000 - Fix for MINGW compiler optimization [Sandro Ronco] Miodrag Milanovic2011-09-271-0/+1
|
* Exposed the Z80 DART interrupt vector to non-Z80 users. [Curt Coder] Curt Coder2011-09-262-0/+13
|
* RTC's usually run at 1 Hz. (nw) Curt Coder2011-09-251-1/+1
|
* Fix for systems where getc() is a #define rather than a function [ElBarto] R. Belmont2011-09-251-1/+4
|
* Placed back ifdef until saa5050 gets refactored (no whatsnew) Miodrag Milanovic2011-09-251-0/+2
|
* derp Michaël Banaan Ananas2011-09-231-1/+1
|
* fix Linux/GCC 4.6 compile (nw) R. Belmont2011-09-221-3/+3
|
* Added a bunch of new commands Angelo Salese2011-09-212-13/+117
|
* Hooked up drawing Angelo Salese2011-09-212-4/+60
|
* safety assert on from_hz Michaël Banaan Ananas2011-09-211-1/+1
|
* Clean-ups and version bumpmame0143u6 Angelo Salese2011-09-209-92/+92
|
* changed c352 internal clockdivider after latests guru measurements Michaël Banaan Ananas2011-09-191-2/+2
|
* Update sp0256 core to use correctly ordered resroms; update sauro driver to ↵ Jonathan Gevaryahu2011-09-191-1/+4
| | | | use correctly ordered sp0256-al2 resroms. [Huygens, Lord Nightmare]
* envelope enable check was unsafe Michaël Banaan Ananas2011-09-191-1/+4
|