Commit Graph

12424 Commits

Author SHA1 Message Date
Ryan Holtz
b6f85b8c26 Kill height-based HLSL prescaling, only prescale based on frame width. Brings Kangaroo's prescale down from 5 to 2 and thus within a more reasonable GPU budget. Games that have a ridiculously higher vertical resolution than horizontal resolution will still have issues. 2011-06-01 22:08:28 +00:00
Brian Troha
7fe6818493 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Fruit Bonus '06 - 10th anniversary (3 sets) [Brian Troha, Smitdogg, The Dumping Union]
2011-06-01 21:45:56 +00:00
Angelo Salese
246e9482ac Added SKIT_F0 opcode to the uPD7801/uPD7810 CPU core [Angelo Salese] 2011-06-01 14:55:37 +00:00
Olivier Galibert
b0a4945735 Revert "memory: Change the gc into a refcounter, for speed reasons. [O. Galibert]"
This reverts commit 5deef5b2c6fabdea8cd45ccf71c99f56940e88a2.

Broken, sorry.
2011-06-01 13:00:12 +00:00
Olivier Galibert
f90cbff557 memory: Change the gc into a refcounter, for speed reasons. [O. Galibert] 2011-06-01 12:56:00 +00:00
Miodrag Milanovic
e32cd1f5ec pic8259 - Fixed edge triggering and non-specific EOI [Carl, Miodrag Milanovic] 2011-06-01 10:39:43 +00:00
Miodrag Milanovic
d966fe3e0d i286 - small issue fixed by Carl (no whatsnew) 2011-06-01 07:39:48 +00:00
Olivier Galibert
459102e95f memory: Implement depopulate_unused(). [O. Galibert]
depopulate_unused is essentially the garbage collector for
bottom-level handlers.  The previous code was working around not
having it implemented yet by reusing handlers with the same start
address, end address and address mask.  The problem with that trick is
that it is slightly incorrect.  If you have a memory map with:
  AM_RANGE(0x0000, 0x0fff) AM_READ(up_r)
  AM_RANGE(0x0000, 0x0fff) AM_READ(down_r) AM_MIRROR(0x8000)

then the range 8000..8fff would have called up_r instead of down_r due
to the handler reuse.  The mirror value is not saved, hence not
compared.  New code doesn't use the trick, so doesn't call the wrong
handler, but OTOH eats handlers for breakfast.

It's important to note that such a memory map is so highly improbable
hardware-wise that it wasn't worth worrying about.  But it's a
behaviour change it is interesting to keep in mind.  In particular
since the up_r range can be added through an install_read_handler
instead of a static map.
2011-06-01 07:09:24 +00:00
Scott Stone
d5370bdafb Reverting of POP() (from r12754) for both v20 and v25 for now pending more information. (no whatsnew) 2011-06-01 05:56:08 +00:00
Scott Stone
50c4a12869 Per OG: Change to allow debug to correctly build. (no whatsnew.txt) 2011-05-31 22:14:59 +00:00
Olivier Galibert
f8c1c71594 memory: Finally allow different handlers on different subunits of the same address. [O. Galibert] 2011-05-31 19:18:48 +00:00
Olivier Galibert
35df369f0f memory: Add a handler copy function which works on subunits-only handlers. [O. Galibert] 2011-05-31 19:18:42 +00:00
Olivier Galibert
a860700bbf memory: Make the proxy manage a list of handlers instead of a unique one. [O. Galibert] 2011-05-31 19:18:36 +00:00
Olivier Galibert
a511ce2d19 memory: Split the map_range function into a fixed entry mapping one and a dynamically allocating entry one. [O. Galibert] 2011-05-31 19:18:29 +00:00
Olivier Galibert
fb374c78fc memory: Tuck the unitmask into the proxy. [O. Galibert] 2011-05-31 19:18:23 +00:00
Olivier Galibert
afe9864d99 memory: Proxy the handler entry access when adding handlers. [O. Galibert] 2011-05-31 19:18:16 +00:00
Olivier Galibert
e5fb48ffdc memory: Combine the map_range and handler_read/write() operations into one. [O. Galibert] 2011-05-31 19:18:10 +00:00
Olivier Galibert
9d7efea985 memory: Add utility methods to clean up colliding subunit masks and testing if any are remaining. [O. Galibert] 2011-05-31 19:18:03 +00:00
Olivier Galibert
b1940a2cca memory: Make the memdump file include a description of every subunit. [O. Galibert] 2011-05-31 19:17:56 +00:00
Olivier Galibert
a8db172be1 memory: Split the subaccesses delegation information per-slot. [O. Galibert] 2011-05-31 19:17:48 +00:00
Olivier Galibert
8e73d99610 memory: Separate delegates for the main access and the subaccesses. [O. Galibert] 2011-05-31 19:17:37 +00:00
Olivier Galibert
587f1db003 memory: Build a structure with all possible delegate sizes [O. Galibert] 2011-05-31 19:17:30 +00:00
Olivier Galibert
617ca7a08a memory: Merge width-conversion functions together from the same source width. [O. Galibert] 2011-05-31 19:17:21 +00:00
Olivier Galibert
7d9f24728b memory: Pass the legacy object/handler as a set_delegate parameter. [O. Galibert] 2011-05-31 19:17:12 +00:00
Olivier Galibert
2740bad7dc memory: Store legacy object and handler together in the same structure. [O. Galibert] 2011-05-31 19:17:03 +00:00
Angelo Salese
5350e1ad31 Fix crash, nw 2011-05-31 18:34:13 +00:00
Miodrag Milanovic
9cfc7c1ee4 Fixed POP, POPF, PUSHF, and flags for V20 core [Carl] 2011-05-31 17:33:14 +00:00
Ryan Holtz
130b3fcabb Keep HLSL prescaling from blowing out VRAM when regular prescaling is enabled. 2011-05-31 15:58:49 +00:00
Ryan Holtz
61eda625cb NWN: Fixing the NTSC codec. Oops. 2011-05-31 14:43:47 +00:00
Ryan Holtz
f42b5ccda0 No whatsnew
Attempting to fix the HLSL 'blurriness' reported by a few people. Now HLSL will auto-prescale to the nearest texture size that is greater than the target screen size on both axes and is also an even multiple of the raw bitmap's size.
2011-05-31 13:53:25 +00:00
Miodrag Milanovic
7418f28a63 Fixed UNSP CPU core reset [Robbbert] 2011-05-31 09:50:25 +00:00
Miodrag Milanovic
4b395a3016 Fixed for apple2fdc softlist loading (no whatsnew) 2011-05-31 07:54:20 +00:00
Miodrag Milanovic
1deb20bb57 mc146818 - Implemented IRQ callbacks for this RTC [Carl] 2011-05-31 07:24:24 +00:00
Ryan Holtz
103358104c nwn, reducing default scanline brightness offset to 0 2011-05-31 05:08:35 +00:00
Ryan Holtz
ed6689e2d4 Fixed scanlines, nwn. This took much longer to fix than it should have. :[ 2011-05-31 05:02:17 +00:00
Ryan Holtz
37e8c1d7e4 Fixing some scanline-alignment issues. 2011-05-31 02:04:28 +00:00
R. Belmont
6bacece859 Fix for Apple GCC (no whatsnew) 2011-05-31 00:06:19 +00:00
Ryan Holtz
773e35d79b Moved "color floor" functionality to occur after scanlines but before shadow mask. Scanlines look much better and no longer cut black lines through the shadow mask. No whatsnew. 2011-05-30 21:40:25 +00:00
Ryan Holtz
796e691522 HLSL Updates: [Ryan Holtz, Bat Country Entertainment, austere, SoltanGris42]
- Added the ability to render screenshots at arbitrary resolutions.
- Added the ability to record AVI videos (albeit with no audio) at arbitrary resolutions.
- Added a 43-tap-wide FIR-based NTSC filter with tunable Y, I and Q frequency response.
- Updated scanlines to have a user-tunable pixel-height ratio in addition to the current screen-height ratio.
- Fixed a VRAM leak that was causing many dynamic-resolution drivers to run out of memory mid-run.
2011-05-30 21:10:23 +00:00
Aaron Giles
e532e74a8a Should fix osd keys. 2011-05-30 20:58:55 +00:00
Angelo Salese
74ee3457f7 Port from MESS 2011-05-30 19:49:30 +00:00
Aaron Giles
665d213ee4 (Finally found the time to finish this....)
Low-level input upgrade. Classes now exist for input_codes, input_items,
input_devices, and input_seqs. Also created an input_manager class to
hold machine-global state and made it accessible via machine.input().
Expanded the device index range (0-255, up from 0-16), and the OSD can
now specify the device index explicitly if they can better keep the 
indexes from varying run-to-run. [Aaron Giles]

Note that I've built and run SDL on Windows, but not all the code paths
were exercised. If you use mice/joysticks extensively double-check them
to be sure it all still works as expected.

This is mainly an OSD and core change. The only thing impacting drivers
is if they query for specific keys for debugging. The following S&Rs
took care of most of that:

S: input_code_pressed( *)\(( *)([^, ]+) *, *
R: \3\.input\(\)\.code_pressed\1\(\2

S: input_code_pressed_once( *)\(( *)([^, ]+) *, *
R: \3\.input\(\)\.code_pressed_once\1\(\2
2011-05-30 19:07:19 +00:00
R. Belmont
8f7d456e70 Another missed 4.6 warning (no whatsnew) 2011-05-30 14:57:35 +00:00
R. Belmont
070ce2db36 3do: fix array bounds warning (no whatsnew) 2011-05-30 14:57:01 +00:00
Miodrag Milanovic
73323f655d idectrl - implemented verify no retry command [Carl]
i86 - Fixed imul instruction [Carl]
2011-05-30 14:25:35 +00:00
Miodrag Milanovic
c3d6f72453 Fix compile/linking issue (no whatsnew) 2011-05-30 08:11:23 +00:00
R. Belmont
52d71359e2 Last round of GCC 4.6 fixes (no whatsnew) 2011-05-30 04:13:28 +00:00
R. Belmont
6f1a375e76 GCC 4.6 "Variable assigned but not used" fixes part 7 (no whatsnew) 2011-05-30 04:09:45 +00:00
R. Belmont
277314847c GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) 2011-05-30 03:59:42 +00:00
R. Belmont
da488dc93c GCC 4.6 "Variable assigned but not used" for 6502 family (no whatsnew) 2011-05-30 03:50:06 +00:00