2004-01-22 09:36:04 by grant beattie | Files touched by this commit (21) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2004-01-20 13:14:41 by Alistair G. Crooks | Files touched by this commit (30) |
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
|
2004-01-01 04:34:49 by Chris Pinnock | Files touched by this commit (1) | |
Log message:
Add patches for previous update
|
2004-01-01 04:18:15 by Chris Pinnock | Files touched by this commit (3) |
Log message:
Update of emulators/hatari to 0.45.
Changes since 0.30 include (please see the doc/changelog.txt in the hatari
source distribution for full details):
* Speed improvements
* Emulation improvements including:
+ GEMDOS hard disk
+ Mega-ST realtime clock
+ Improved memory mapping
+ Improved bus errors and exception cycles
+ Various games now work
+ Simple printer support
+ Initial MIDI emulation
* General bug fixes including:
+ rtc year fix
+ Fix corruption bug in MSA compression function
* Improvements added for cross-compilation of hatari
|
2003-07-26 23:41:31 by Julio Merino | Files touched by this commit (49) | |
Log message:
Bump revision due to SDL update, and sync versions in buildlink files where
needed. This is required because esound has been droped as a dependancy.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-03 13:51:46 by Lubomir Sedlacik | Files touched by this commit (3) | |
Log message:
Updated to version 0.30.
Changes:
- Changed output audio sample format back to unsigned again (seems to work
better on some systems).
- Adjusted audio functions so that Hatari's sound should be right again.
- Fixed TOS patching routine - it was only working on big endian machines
(Thanks to Tony Smolar for the hint!).
- IKBD_Cmd_ReadClock() should now work.
- Some parts of the code accessed the SR directly to read the IPL - however
the UAE CPU core only updates the SR when doing a MakeSR() first. So this
is done in the affected code parts now, too.
- The IPL wasn't raised when a MFP interrupt occured - fixed now.
- Full screen resolution for ST-Low can now be selected from the screen
setup dialog.
- The IKBD emulation does not longer duplicate joystick fire buttons when
a game (like Babarian) tries to use both, joystick and mouse => Games like
Lotus Turbo Esprit Challange are now working again!
- Improved audio timer function - the code should now be a little bit faster.
- Resynced Hatari's UAE CPU core with UAE 0.8.22 - this fixes some bugs in
68k instructions like ABCD and SBCD.
- Now only reinitializing the sound subsystem if really needed, this should
fix a problem with Linux ALSA sound driver (Thanks to Tony Smolar for
discovering this problem!).
- Added another patch for TOS 2.05 so that this TOS version should now work
with Hatari, too.
- Rewrote TOS patching routine. It is more flexible now.
- Removed 0xa0ff opcode for VDI resolutions; using GEMDOS_OPCODE now instead.
- Fixed MMU RAM size configuration bug.
- Rewrote some screen conversion functions in C (low320x8.c, low640x8.c,
med640x8.c and spec640x16.c).
- When a bus or address error occurred, the PC was often not set to the
right exception handler routine. This has been fixed now - thanks to
Philippe Gerin for finding the bug and the patch for solving it!
|
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
|
2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message:
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
|
2002-12-31 20:16:54 by Chris Pinnock | Files touched by this commit (4) | |
Log message:
Initial import of Hatari 0.25 into the NetBSD packages collection
as emulators/hatari.
Hatari is an Atari ST emulator for systems supported by the SDL library.
You need a copy of an Atari ST TOS ROM to use this program. Then run
the program as follows: hatari --tos tos.image
|