/[gxemul]/trunk/src/device.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/device.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: device.c,v 1.25 2006/02/18 21:03:11 debug Exp $   *  $Id: device.c,v 1.26 2006/04/06 19:17:37 debug Exp $
29   *   *
30   *  Device registry framework.   *  Device registry framework.
31   */   */
# Line 257  int device_unregister(char *name) Line 257  int device_unregister(char *name)
257   *  device called "kn210" at a specific address.   *  device called "kn210" at a specific address.
258   *   *
259   *  TODO: This function is quite ugly, and should be cleaned up.   *  TODO: This function is quite ugly, and should be cleaned up.
260     *  name_and_params should be const.
261   */   */
262  void *device_add(struct machine *machine, char *name_and_params)  void *device_add(struct machine *machine, char *name_and_params)
263  {  {

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26