Commit graph

267 commits

Author SHA1 Message Date
tron
caf222b25c Depend on "unzip" 5.40 or newer. 2000-04-20 22:45:50 +00:00
tron
782b73a94b Adapt to new handling of "${CONFIGURE}". 2000-03-27 08:54:53 +00:00
soren
0f6e2f1fcb These patches are no longer necessary. 2000-03-16 15:40:18 +00:00
wiz
abdb06ae6c add RCS tags 2000-03-16 12:41:22 +00:00
wiz
3f4cbd902f grep -> ${GREP} 2000-03-16 12:32:27 +00:00
soren
62642c68e7 Update to 0.36b16.1.
Includes new NetBSD audio code from kristerw.
2000-03-14 11:42:47 +00:00
soren
f7c8329070 Passing down DESTDIR is not necessary. 2000-03-13 22:23:15 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
wiz
413387bff1 Update of darcnes to 20000305.
Changes:
o Added keyboard support to Apple ][ driver (only works under X).
o Added a couple more instructions to the emu68k core (and still nothing runs).
o Added range checking to ROM accesses in the genesis driver.
o Disabled I/O logging of FM chip writes in the genesis driver.
o Fixed a bug with MMC3 IRQs (SMB3 fortress now works correctly).
o Cleaned up the NES PPU code somewhat.
o Cleaned up the SMS sprite renderers somewhat.
o Rebuilt command line parsing for X version and added (but failed to
  document) a command to override system detection (needed to access the
  Apple ][ driver).
2000-03-08 01:42:12 +00:00
wiz
b4dc8b8bf2 Another week, another darcnes. Changes:
o Fixed some problems with GG sprite clipping and tile rendering (only
  affects 8-bit mode).
o Fixed X toplevel window to resize properly.
o Cleaned up some of the X video code.
o Added (untested) 24bpp support to X video code.
o Cleaned up the FDS emulation code.
o Added a lot of (inaccessible) extra FDS functionality.
2000-03-02 20:34:58 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
soren
3f7e84e38a Work around a gmake dependency problem.
Still dies at first keypress when I run it.
2000-02-23 19:51:57 +00:00
wiz
c2480cce01 replace 'find' by '${FIND}' where appropriate 2000-02-20 22:05:37 +00:00
wiz
3de5bbda60 Updated darcnes to 2000-02-19.
Changes:
o Unified cd_freebsd.c and cd_linux.c into cd_unix.c.
o Added support for NetBSD CDROM (untested), and sound interfaces
  (thanks to Thomas Klausner for the NetBSD changes).
o Changed the nes bank 4 and 6 I/O hooks.
o Fixed FDS mapper to compile again.
o Fixed some problems with the PCE timer.
o Changed the PCE VDP interface not to use procpointers.
o Added clipping sprites to the right side of the screen to the PCE VDP.
o Removed the old (disabled) ROM type identification routine.
o Fixed the battery file handling to not use a cheap hack to get the
  filename (this breaks all gg savegames until you rename the battery
  file).
2000-02-20 18:15:13 +00:00
wiz
347657391c added appropriate LICENSE 2000-02-19 01:38:01 +00:00
agc
4cffd86a29 When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
2000-02-15 09:26:12 +00:00
wiz
281084befd First try at making darcnes work on non-i386-platforms 2000-02-14 02:44:31 +00:00
wiz
e8ae2370c9 fix typo 2000-02-14 01:42:25 +00:00
wiz
84b5de0aa9 add and enable darcnes 2000-02-13 23:28:49 +00:00
wiz
c9ace3bb33 Initial import of DarcNES, a multi-system emulator. Currently emulates
NES, SMS, and GG with sound, PCE without, and has basic support for some
other systems (SMD, Coleco, Atari ][).

This will not work on MSB-machines, for lack of access. The code
should support it, so if anyone's willing...
2000-02-13 23:28:06 +00:00
wiz
fe8633e381 remove unneeded md5 files 2000-02-12 17:18:34 +00:00
tron
2acbf123f2 Complete "readline" to "edit" library transition so that this package
works on ELF systems.
2000-02-08 11:37:54 +00:00
wiz
809a2e13df vice updated to 1.2. Now compiles with SUN audio system, instead
of OSS. From the ChangeLog (changes since 1.0):

* Changes in VICE 1.2
=====================
** C64 changes
---------------
- Epyx Fastload and Westermann Learning Cartridges are supported now.

** C128 changes
---------------
- The VDC hardware cursor has been implemented.
- The machine can boot up in Z80 mode now.  However CP/M does not work
  currently.

** PET changes
---------------
- The CRTC emulation has been made pretty cycle-exact. You can now
  use timed raster effects.

** CBM-II changes
---------------
- The CRTC emulation has been made pretty cycle-exact. You can now
  use timed raster effects.

** Drive changes
----------------
- D64 images with error codes are supported now.
- The virtual drive emulation can process filenames containing zero
  bytes now.- The virtual drive commandline parser has been improved.
- The fsdevice and the virtual drive emulation support memory read
  commands now.
- Invalid scratch commands do not crash the fsdevice emulation.

** Unix changes
---------------
- C64/C128 NTSC support (experimental).

** MS-DOS changes
-----------------
- VDC grafic mode does not crash the emulator any more.

** MS-Windows changes
---------------------
- New mouse emulation.
- C64/C128 NTSC support (experimental).
- The datasette status is displayed now.
- Changing the palette works on-the-fly now.
- A new VIC20 settings dialog.

** OS/2 changes
---------------
- Sound, drive and joystick settings are implemented now.


* Changes in VICE 1.1
=====================

** General changes
------------------
- The datasette emulation supports saving to TAP images now.
- Autostarting TAP tape images has been improved.
- A command line option feeding the keyboard buffer on startup has
  been added.

** C64 changes
---------------
- Fixed a bug in the REU emulation.  GoDot now works.
- Atomic Power cartridge is supported now.

** C128 changes
---------------
- 80 column screen is emulated now.  Currently the hardware cursor
  is missing, but Infocom adventures and GEOS128 work.
- REU emulation is available now.
- Fixed an IO banking bug.

** VIC20 changes
----------------
- New datasette emulation.
- True 1581 emulation works now.

** PET changes
--------------
- New datasette emulation.

** CBM-II changes
-----------------
- New datasette emulation.

** Drive changes
----------------
- New 8050, 8250 and SFD1001 emulation using D80 and D82 disk images.
- The virtual drive emulation, image contents lister and monitor block
  commands fully support G64 disk images.

** C1541 changes
----------------
- G64 disk image format is fully supported now.

** Unix changes
---------------
- A dialog for creating empty disk images has been added.
- The name of currently attached disk images is displayed now.
- The disk image flip list can be maintained by a separate menu by
  clicking on the status bar.

** MS-Windows changes
---------------------
- Run/Stop key is also present at ESC key, but it's still present at
  CAPS/LOCK, altough the latter doesn't work on Win98 with German and
  French keyboard layouts.
- There is a disk/tape image contents lister now.
- The RESTORE key is present now (PAGE UP).
- Browse button in the device manager dialog works now.

** Miscellaneous changes
------------------------
- The `$xx' feature for specifying hexcodes on the command-line now
  works correctly.
- Some P00 wildcard bug has been fixed.
- An image content lister crash has been fixed.


* Changes in VICE 1.0a
======================

** MS-DOS changes
-----------------
- x64 does not crash on start-up anymore.
- Calling the emulator from a relative path works again.
- 1541-II firmware is found now.
2000-02-08 03:44:16 +00:00
wiz
93111f9f12 remove unnecessary whitespace 2000-02-05 18:33:29 +00:00
wiz
f2ca249a82 grammar fix 2000-02-05 18:16:32 +00:00
drochner
11f7d0d5ad update to 2000_0104c
changes since 991023a:
-various bugfixes
-soundblaster emulation
-cdrom emulation
-new fpu emulator
moved out of ${X11BASE}, there is little reason to have it there
2000-01-31 21:18:43 +00:00
tron
66a3dbb896 Use "/dev/sound" instead of "/dev/mixer" as suggested by maximum entropy
in PR pkg/9250.
2000-01-22 23:44:30 +00:00
soren
19e8dc02fa Update to version 0.36b14.1. 2000-01-20 18:54:49 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
sakamoto
7e75de5ba7 add \ for "(", ")" in BROKEN. 2000-01-13 11:03:56 +00:00
sakamoto
6aca41bf33 BROKEN="linux-locale is not work correctly with glibc-2.1.2(suse_linux-6.3)" 2000-01-11 10:13:31 +00:00
tls
ff4b7e677c Update this package to SuSE-6.3 so that glibc-2.1 applications are supported. 2000-01-09 07:10:37 +00:00
sakamoto
6d92b57cfb Add and enable linux-locale 2000-01-07 05:24:38 +00:00
sakamoto
8e8e794754 Initial import of linux-locale-0.4.11
Linux wcsmbs preload libraries and locales
2000-01-07 05:23:30 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
4f4685e521 Makefile: lines reordered,
DESCR: empty line removed,
RCS tags added
1999-12-29 01:47:59 +00:00
wiz
5eb10280bd RCS tags added/changed for pkglint (no # before $NetBSD$) 1999-12-29 01:45:39 +00:00
wiz
b02b0915d9 fewer pkglint warnings by removing unnecessary lines in pkg/DESCR
and reordering lines in Makefile
1999-12-29 01:43:57 +00:00
wiz
f620f1ac58 replaced some commands by their ${COMMAND} counterparts,
reordered lines for fewer pkglint warnings
1999-12-29 01:41:00 +00:00
christos
0fe4271bbf makemake makemakepatchpatchsumsum 1999-12-18 22:10:30 +00:00
christos
45bf2691a2 Use objcopy to make the binary file and load it directly,
instead of using loadfile which is less portable. [suggested by Tron]
1999-12-18 22:10:02 +00:00
abs
9b8f869869 Add a version (1.1) 1999-12-18 13:41:29 +00:00
christos
219f3b29a4 redo 1999-12-18 01:49:28 +00:00
christos
5f8c4e3ce0 typo in patch 1999-12-18 01:48:56 +00:00
christos
4a386d6675 New patch checksum 1999-12-18 01:46:51 +00:00
christos
eacffdb43a - Fix Makefile to work with elf
- Fix RO string that got written
- Add mmap() when we run ELF, because we need to map lomem
- Fix uninitialized reference in di->location
- Make doscmd_loader use loadfile() [Tested only with ELF]
1999-12-18 01:46:29 +00:00
soren
0503858922 Handle EOF on command input. 1999-12-10 15:14:02 +00:00
soren
89ddb2f8f7 Use strtoq(3) in place of strtoll(). 1999-12-10 13:55:14 +00:00
soren
12a54b98e2 Add / to homepage URL. 1999-12-10 13:54:32 +00:00
agc
c796d50e0e Add and enable ia64sim 1999-12-10 12:59:34 +00:00